Class CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty>
- Enclosing interface:
CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty
@Stability(Stable)
public static final class CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.iamIdentityCenter(CfnIdentitySourcePropsMixin.IamIdentityCenterProperty iamIdentityCenter) iamIdentityCenter(IResolvable iamIdentityCenter)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
iamIdentityCenter
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder iamIdentityCenter(IResolvable iamIdentityCenter) Sets the value ofCfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.getIamIdentityCenter()- Parameters:
iamIdentityCenter- SSOlong credentials.- Returns:
this
-
iamIdentityCenter
@Stability(Stable) public CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder iamIdentityCenter(CfnIdentitySourcePropsMixin.IamIdentityCenterProperty iamIdentityCenter) Sets the value ofCfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.getIamIdentityCenter()- Parameters:
iamIdentityCenter- SSOlong credentials.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty>- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-