Class CfnApplicationEntitlementAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.appstream.CfnApplicationEntitlementAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationEntitlementAssociation>
- Enclosing class:
CfnApplicationEntitlementAssociation
@Stability(Stable)
public static final class CfnApplicationEntitlementAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationEntitlementAssociation>
A fluent builder for
CfnApplicationEntitlementAssociation
.-
Method Summary
Modifier and TypeMethodDescriptionapplicationIdentifier
(String applicationIdentifier) The identifier of the application.build()
entitlementName
(String entitlementName) The name of the entitlement.The name of the stack.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationEntitlementAssociation.Builder create(Construct scope, String id) - Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnApplicationEntitlementAssociation.Builder
.
-
applicationIdentifier
@Stability(Stable) public CfnApplicationEntitlementAssociation.Builder applicationIdentifier(String applicationIdentifier) The identifier of the application.- Parameters:
applicationIdentifier
- The identifier of the application. This parameter is required.- Returns:
this
-
entitlementName
@Stability(Stable) public CfnApplicationEntitlementAssociation.Builder entitlementName(String entitlementName) The name of the entitlement.- Parameters:
entitlementName
- The name of the entitlement. This parameter is required.- Returns:
this
-
stackName
The name of the stack.- Parameters:
stackName
- The name of the stack. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplicationEntitlementAssociation>
- Returns:
- a newly built instance of
CfnApplicationEntitlementAssociation
.
-