public static final class CfnApplicationEntitlementAssociationProps.Builder
extends java.lang.Object
CfnApplicationEntitlementAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationEntitlementAssociationProps.Builder |
applicationIdentifier(java.lang.String applicationIdentifier)
Sets the value of
CfnApplicationEntitlementAssociationProps.getApplicationIdentifier() |
CfnApplicationEntitlementAssociationProps |
build()
Builds the configured instance.
|
CfnApplicationEntitlementAssociationProps.Builder |
entitlementName(java.lang.String entitlementName)
Sets the value of
CfnApplicationEntitlementAssociationProps.getEntitlementName() |
CfnApplicationEntitlementAssociationProps.Builder |
stackName(java.lang.String stackName)
Sets the value of
CfnApplicationEntitlementAssociationProps.getStackName() |
public CfnApplicationEntitlementAssociationProps.Builder applicationIdentifier(java.lang.String applicationIdentifier)
CfnApplicationEntitlementAssociationProps.getApplicationIdentifier()
applicationIdentifier
- The identifier of the application. This parameter is required.this
public CfnApplicationEntitlementAssociationProps.Builder entitlementName(java.lang.String entitlementName)
CfnApplicationEntitlementAssociationProps.getEntitlementName()
entitlementName
- The name of the entitlement. This parameter is required.this
public CfnApplicationEntitlementAssociationProps.Builder stackName(java.lang.String stackName)
CfnApplicationEntitlementAssociationProps.getStackName()
stackName
- The name of the stack. This parameter is required.this
public CfnApplicationEntitlementAssociationProps build()
CfnApplicationEntitlementAssociationProps
java.lang.NullPointerException
- if any required attribute was not provided