Class CfnApplication.Builder
java.lang.Object
software.amazon.awscdk.services.accountaccess.CfnApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication>
- Enclosing class:
CfnApplication
@Stability(Stable)
public static final class CfnApplication.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication>
A fluent builder for
CfnApplication.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnApplication.BuilderidentitySource(IResolvable identitySource) identitySource(CfnApplication.IdentitySourceProperty identitySource) An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnApplication.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnApplication.Builder.
-
identitySource
- Parameters:
identitySource- This parameter is required.- Returns:
this- See Also:
-
identitySource
@Stability(Stable) public CfnApplication.Builder identitySource(CfnApplication.IdentitySourceProperty identitySource) - Parameters:
identitySource- This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication>- Returns:
- a newly built instance of
CfnApplication.
-