@Stability(value=Stable) public static final class CfnEntitlement.Builder extends Object implements software.amazon.jsii.Builder<CfnEntitlement>
CfnEntitlement.| Modifier and Type | Method and Description |
|---|---|
CfnEntitlement.Builder |
appVisibility(String appVisibility)
Specifies whether to entitle all apps or only selected apps.
|
CfnEntitlement.Builder |
attributes(IResolvable attributes)
The attributes of the entitlement.
|
CfnEntitlement.Builder |
attributes(List<? extends Object> attributes)
The attributes of the entitlement.
|
CfnEntitlement |
build() |
static CfnEntitlement.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEntitlement.Builder |
description(String description)
The description of the entitlement.
|
CfnEntitlement.Builder |
name(String name)
The name of the entitlement.
|
CfnEntitlement.Builder |
stackName(String stackName)
The name of the stack.
|
@Stability(value=Stable) public static CfnEntitlement.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEntitlement.AttributeProperty.Builder.@Stability(value=Stable) public CfnEntitlement.Builder appVisibility(String appVisibility)
appVisibility - Specifies whether to entitle all apps or only selected apps. This parameter is required.this@Stability(value=Stable) public CfnEntitlement.Builder attributes(IResolvable attributes)
attributes - The attributes of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlement.Builder attributes(List<? extends Object> attributes)
attributes - The attributes of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlement.Builder name(String name)
name - The name of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlement.Builder stackName(String stackName)
stackName - The name of the stack. This parameter is required.this@Stability(value=Stable) public CfnEntitlement.Builder description(String description)
description - The description of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlement build()
build in interface software.amazon.jsii.Builder<CfnEntitlement>Copyright © 2022. All rights reserved.