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