Class CfnApplicationPropsMixin.IdentityCenterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.accountaccess.CfnApplicationPropsMixin.IdentityCenterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentityCenterProperty>
- Enclosing interface:
CfnApplicationPropsMixin.IdentityCenterProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.IdentityCenterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentityCenterProperty>
A builder for
CfnApplicationPropsMixin.IdentityCenterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) Sets the value ofCfnApplicationPropsMixin.IdentityCenterProperty.getApplicationArn()build()Builds the configured instance.instanceArn(String instanceArn) Sets the value ofCfnApplicationPropsMixin.IdentityCenterProperty.getInstanceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationArn
@Stability(Stable) public CfnApplicationPropsMixin.IdentityCenterProperty.Builder applicationArn(String applicationArn) Sets the value ofCfnApplicationPropsMixin.IdentityCenterProperty.getApplicationArn()- Parameters:
applicationArn- The ARN of the associated Identity Center application.- Returns:
this
-
instanceArn
@Stability(Stable) public CfnApplicationPropsMixin.IdentityCenterProperty.Builder instanceArn(String instanceArn) Sets the value ofCfnApplicationPropsMixin.IdentityCenterProperty.getInstanceArn()- Parameters:
instanceArn- The ARN of the Identity Center instance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.IdentityCenterProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.IdentityCenterProperty - Throws:
NullPointerException- if any required attribute was not provided
-