@Stability(value=Stable) public static final class CfnApplicationEntitlementAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationEntitlementAssociationProps>
CfnApplicationEntitlementAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationEntitlementAssociationProps.Builder |
applicationIdentifier(String applicationIdentifier)
Sets the value of
CfnApplicationEntitlementAssociationProps.getApplicationIdentifier() |
CfnApplicationEntitlementAssociationProps |
build()
Builds the configured instance.
|
CfnApplicationEntitlementAssociationProps.Builder |
entitlementName(String entitlementName)
Sets the value of
CfnApplicationEntitlementAssociationProps.getEntitlementName() |
CfnApplicationEntitlementAssociationProps.Builder |
stackName(String stackName)
Sets the value of
CfnApplicationEntitlementAssociationProps.getStackName() |
@Stability(value=Stable) public CfnApplicationEntitlementAssociationProps.Builder applicationIdentifier(String applicationIdentifier)
CfnApplicationEntitlementAssociationProps.getApplicationIdentifier()applicationIdentifier - The identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociationProps.Builder entitlementName(String entitlementName)
CfnApplicationEntitlementAssociationProps.getEntitlementName()entitlementName - The name of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociationProps.Builder stackName(String stackName)
CfnApplicationEntitlementAssociationProps.getStackName()stackName - The name of the stack. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationEntitlementAssociationProps>CfnApplicationEntitlementAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.