Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.accountaccess.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identitySource(CfnApplicationPropsMixin.IdentitySourceProperty identitySource) Sets the value ofCfnApplicationMixinProps.getIdentitySource()identitySource(IResolvable identitySource) Sets the value ofCfnApplicationMixinProps.getIdentitySource()Sets the value ofCfnApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identitySource
@Stability(Stable) public CfnApplicationMixinProps.Builder identitySource(IResolvable identitySource) Sets the value ofCfnApplicationMixinProps.getIdentitySource()- Parameters:
identitySource- the value to be set.- Returns:
this
-
identitySource
@Stability(Stable) public CfnApplicationMixinProps.Builder identitySource(CfnApplicationPropsMixin.IdentitySourceProperty identitySource) Sets the value ofCfnApplicationMixinProps.getIdentitySource()- Parameters:
identitySource- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.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<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-