@Stability(value=Experimental) 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)
Sets the value of
ServicePrincipalOpts.getRegion() |
@Stability(value=Experimental) public ServicePrincipalOpts.Builder conditions(Map<String,? extends Object> conditions)
ServicePrincipalOpts.getConditions()conditions - Additional conditions to add to the Service Principal.this@Stability(value=Experimental) public ServicePrincipalOpts.Builder region(String region)
ServicePrincipalOpts.getRegion()region - The region in which the service is operating.this@Stability(value=Experimental) public ServicePrincipalOpts build()
build in interface software.amazon.jsii.Builder<ServicePrincipalOpts>ServicePrincipalOptsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.