Class CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.IAMFederationOptionsProperty>
- Enclosing interface:
CfnDomainPropsMixin.IAMFederationOptionsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.IAMFederationOptionsProperty>
A builder for
CfnDomainPropsMixin.IAMFederationOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getEnabled()Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getRolesKey()subjectKey(String subjectKey) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getSubjectKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder enabled(Boolean enabled) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
rolesKey
@Stability(Stable) public CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder rolesKey(String rolesKey) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getRolesKey()- Parameters:
rolesKey- the value to be set.- Returns:
this
-
subjectKey
@Stability(Stable) public CfnDomainPropsMixin.IAMFederationOptionsProperty.Builder subjectKey(String subjectKey) Sets the value ofCfnDomainPropsMixin.IAMFederationOptionsProperty.getSubjectKey()- Parameters:
subjectKey- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.IAMFederationOptionsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.IAMFederationOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-