public static final class CfnEntitlement.Builder
extends java.lang.Object
CfnEntitlement
.Modifier and Type | Method and Description |
---|---|
CfnEntitlement.Builder |
appVisibility(java.lang.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(java.util.List<? extends java.lang.Object> attributes)
The attributes of the entitlement.
|
CfnEntitlement |
build() |
static CfnEntitlement.Builder |
create(Construct scope,
java.lang.String id) |
CfnEntitlement.Builder |
description(java.lang.String description)
The description of the entitlement.
|
CfnEntitlement.Builder |
name(java.lang.String name)
The name of the entitlement.
|
CfnEntitlement.Builder |
stackName(java.lang.String stackName)
The name of the stack.
|
public static CfnEntitlement.Builder create(Construct scope, java.lang.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
.public CfnEntitlement.Builder appVisibility(java.lang.String appVisibility)
appVisibility
- Specifies whether to entitle all apps or only selected apps. This parameter is required.this
public CfnEntitlement.Builder attributes(IResolvable attributes)
attributes
- The attributes of the entitlement. This parameter is required.this
public CfnEntitlement.Builder attributes(java.util.List<? extends java.lang.Object> attributes)
attributes
- The attributes of the entitlement. This parameter is required.this
public CfnEntitlement.Builder name(java.lang.String name)
name
- The name of the entitlement. This parameter is required.this
public CfnEntitlement.Builder stackName(java.lang.String stackName)
stackName
- The name of the stack. This parameter is required.this
public CfnEntitlement.Builder description(java.lang.String description)
description
- The description of the entitlement. This parameter is required.this
public CfnEntitlement build()