Class CfnApplicationEntitlementAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.appstream.mixins.CfnApplicationEntitlementAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationEntitlementAssociationPropsMixin>
- Enclosing class:
CfnApplicationEntitlementAssociationPropsMixin
@Stability(Stable)
public static final class CfnApplicationEntitlementAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationEntitlementAssociationPropsMixin>
A fluent builder for
CfnApplicationEntitlementAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationIdentifier(String applicationIdentifier) The identifier of the application.build()create()create(CfnPropertyMixinOptions options) entitlementName(String entitlementName) The name of the entitlement.The name of the stack.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationEntitlementAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationEntitlementAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationEntitlementAssociationPropsMixin.Builder.
-
applicationIdentifier
@Stability(Stable) public CfnApplicationEntitlementAssociationPropsMixin.Builder applicationIdentifier(String applicationIdentifier) The identifier of the application.- Parameters:
applicationIdentifier- The identifier of the application. This parameter is required.- Returns:
this- See Also:
-
entitlementName
@Stability(Stable) public CfnApplicationEntitlementAssociationPropsMixin.Builder entitlementName(String entitlementName) The name of the entitlement.- Parameters:
entitlementName- The name of the entitlement. This parameter is required.- Returns:
this- See Also:
-
stackName
@Stability(Stable) public CfnApplicationEntitlementAssociationPropsMixin.Builder stackName(String stackName) The name of the stack.- Parameters:
stackName- The name of the stack. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationEntitlementAssociationPropsMixin>- Returns:
- a newly built instance of
CfnApplicationEntitlementAssociationPropsMixin.
-