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