@Stability(value=Stable) public static final class ServicePrincipalOpts.Builder extends Object implements software.amazon.jsii.Builder<ServicePrincipalOpts>
ServicePrincipalOpts| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipalOpts |
build()
Builds the configured instance.
|
ServicePrincipalOpts.Builder |
conditions(Map<String,? extends Object> conditions)
Sets the value of
ServicePrincipalOpts.getConditions() |
ServicePrincipalOpts.Builder |
region(String region)
Deprecated.
You should not need to set this. The stack's region is always correct.
|
@Stability(value=Stable) public ServicePrincipalOpts.Builder conditions(Map<String,? extends Object> conditions)
ServicePrincipalOpts.getConditions()conditions - Additional conditions to add to the Service Principal.this@Stability(value=Deprecated) @Deprecated public ServicePrincipalOpts.Builder region(String region)
ServicePrincipalOpts.getRegion()region - The region in which the service is operating.this@Stability(value=Stable) public ServicePrincipalOpts build()
build in interface software.amazon.jsii.Builder<ServicePrincipalOpts>ServicePrincipalOptsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.