public static final class CfnApplicationEntitlementAssociation.Builder
extends java.lang.Object
CfnApplicationEntitlementAssociation
.Modifier and Type | Method and Description |
---|---|
CfnApplicationEntitlementAssociation.Builder |
applicationIdentifier(java.lang.String applicationIdentifier)
The identifier of the application.
|
CfnApplicationEntitlementAssociation |
build() |
static CfnApplicationEntitlementAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnApplicationEntitlementAssociation.Builder |
entitlementName(java.lang.String entitlementName)
The name of the entitlement.
|
CfnApplicationEntitlementAssociation.Builder |
stackName(java.lang.String stackName)
The name of the stack.
|
public static CfnApplicationEntitlementAssociation.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.CfnApplicationEntitlementAssociation.Builder
.public CfnApplicationEntitlementAssociation.Builder applicationIdentifier(java.lang.String applicationIdentifier)
applicationIdentifier
- The identifier of the application. This parameter is required.this
public CfnApplicationEntitlementAssociation.Builder entitlementName(java.lang.String entitlementName)
entitlementName
- The name of the entitlement. This parameter is required.this
public CfnApplicationEntitlementAssociation.Builder stackName(java.lang.String stackName)
stackName
- The name of the stack. This parameter is required.this
public CfnApplicationEntitlementAssociation build()