Class CfnApplicationPropsMixin.IdentitySourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.accountaccess.CfnApplicationPropsMixin.IdentitySourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentitySourceProperty>
- Enclosing interface:
CfnApplicationPropsMixin.IdentitySourceProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.IdentitySourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentitySourceProperty>
A builder for
CfnApplicationPropsMixin.IdentitySourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityCenter(CfnApplicationPropsMixin.IdentityCenterProperty identityCenter) Sets the value ofCfnApplicationPropsMixin.IdentitySourceProperty.getIdentityCenter()identityCenter(IResolvable identityCenter) Sets the value ofCfnApplicationPropsMixin.IdentitySourceProperty.getIdentityCenter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityCenter
@Stability(Stable) public CfnApplicationPropsMixin.IdentitySourceProperty.Builder identityCenter(IResolvable identityCenter) Sets the value ofCfnApplicationPropsMixin.IdentitySourceProperty.getIdentityCenter()- Parameters:
identityCenter- the value to be set.- Returns:
this
-
identityCenter
@Stability(Stable) public CfnApplicationPropsMixin.IdentitySourceProperty.Builder identityCenter(CfnApplicationPropsMixin.IdentityCenterProperty identityCenter) Sets the value ofCfnApplicationPropsMixin.IdentitySourceProperty.getIdentityCenter()- Parameters:
identityCenter- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentitySourceProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.IdentitySourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-