Class CfnEntitlementPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnEntitlementPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEntitlementPropsMixin>
- Enclosing class:
CfnEntitlementPropsMixin
@Stability(Stable)
public static final class CfnEntitlementPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEntitlementPropsMixin>
A fluent builder for
CfnEntitlementPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionappVisibility(String appVisibility) Specifies whether to entitle all apps or only selected apps.attributes(List<? extends Object> attributes) The attributes of the entitlement.attributes(IResolvable attributes) The attributes of the entitlement.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the entitlement.The name of the entitlement.The name of the stack.
-
Method Details
-
create
@Stability(Stable) public static CfnEntitlementPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEntitlementPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEntitlementPropsMixin.Builder.
-
appVisibility
Specifies whether to entitle all apps or only selected apps.- Parameters:
appVisibility- Specifies whether to entitle all apps or only selected apps. This parameter is required.- Returns:
this- See Also:
-
attributes
The attributes of the entitlement.- Parameters:
attributes- The attributes of the entitlement. This parameter is required.- Returns:
this- See Also:
-
attributes
@Stability(Stable) public CfnEntitlementPropsMixin.Builder attributes(List<? extends Object> attributes) The attributes of the entitlement.- Parameters:
attributes- The attributes of the entitlement. This parameter is required.- Returns:
this- See Also:
-
description
The description of the entitlement.- Parameters:
description- The description of the entitlement. This parameter is required.- Returns:
this- See Also:
-
name
The name of the entitlement.- Parameters:
name- The name of the entitlement. This parameter is required.- Returns:
this- See Also:
-
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<CfnEntitlementPropsMixin>- Returns:
- a newly built instance of
CfnEntitlementPropsMixin.
-