@Stability(value=Stable) public static final class CfnEntitlementProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEntitlementProps>
CfnEntitlementProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEntitlementProps.Builder |
appVisibility(String appVisibility)
Sets the value of
CfnEntitlementProps.getAppVisibility() |
CfnEntitlementProps.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnEntitlementProps.getAttributes() |
CfnEntitlementProps.Builder |
attributes(List<? extends Object> attributes)
Sets the value of
CfnEntitlementProps.getAttributes() |
CfnEntitlementProps |
build()
Builds the configured instance.
|
CfnEntitlementProps.Builder |
description(String description)
Sets the value of
CfnEntitlementProps.getDescription() |
CfnEntitlementProps.Builder |
name(String name)
Sets the value of
CfnEntitlementProps.getName() |
CfnEntitlementProps.Builder |
stackName(String stackName)
Sets the value of
CfnEntitlementProps.getStackName() |
@Stability(value=Stable) public CfnEntitlementProps.Builder appVisibility(String appVisibility)
CfnEntitlementProps.getAppVisibility()appVisibility - Specifies whether to entitle all apps or only selected apps. This parameter is required.this@Stability(value=Stable) public CfnEntitlementProps.Builder attributes(IResolvable attributes)
CfnEntitlementProps.getAttributes()attributes - The attributes of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlementProps.Builder attributes(List<? extends Object> attributes)
CfnEntitlementProps.getAttributes()attributes - The attributes of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlementProps.Builder name(String name)
CfnEntitlementProps.getName()name - The name of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnEntitlementProps.Builder stackName(String stackName)
CfnEntitlementProps.getStackName()stackName - The name of the stack. This parameter is required.this@Stability(value=Stable) public CfnEntitlementProps.Builder description(String description)
CfnEntitlementProps.getDescription()description - The description of the entitlement.this@Stability(value=Stable) public CfnEntitlementProps build()
build in interface software.amazon.jsii.Builder<CfnEntitlementProps>CfnEntitlementPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.