@Stability(value=Stable) public static final class CfnApplicationEntitlementAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationEntitlementAssociation>
CfnApplicationEntitlementAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationEntitlementAssociation.Builder |
applicationIdentifier(String applicationIdentifier)
The identifier of the application.
|
CfnApplicationEntitlementAssociation |
build() |
static CfnApplicationEntitlementAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplicationEntitlementAssociation.Builder |
entitlementName(String entitlementName)
The name of the entitlement.
|
CfnApplicationEntitlementAssociation.Builder |
stackName(String stackName)
The name of the stack.
|
@Stability(value=Stable) public static CfnApplicationEntitlementAssociation.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.CfnApplicationEntitlementAssociation.Builder.@Stability(value=Stable) public CfnApplicationEntitlementAssociation.Builder applicationIdentifier(String applicationIdentifier)
applicationIdentifier - The identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociation.Builder entitlementName(String entitlementName)
entitlementName - The name of the entitlement. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociation.Builder stackName(String stackName)
stackName - The name of the stack. This parameter is required.this@Stability(value=Stable) public CfnApplicationEntitlementAssociation build()
build in interface software.amazon.jsii.Builder<CfnApplicationEntitlementAssociation>Copyright © 2022. All rights reserved.