Stack |
Stack.addAttributesEntry(String key,
String value) |
|
Stack |
Stack.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
Stack |
Stack.clone() |
|
Stack |
Stack.withAgentVersion(String agentVersion) |
The agent version.
|
Stack |
Stack.withArn(String arn) |
The stack's ARN.
|
Stack |
Stack.withAttributes(Map<String,String> attributes) |
The stack's attributes.
|
Stack |
Stack.withChefConfiguration(ChefConfiguration chefConfiguration) |
A ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version.
|
Stack |
Stack.withConfigurationManager(StackConfigurationManager configurationManager) |
The configuration manager.
|
Stack |
Stack.withCreatedAt(String createdAt) |
The date when the stack was created.
|
Stack |
Stack.withCustomCookbooksSource(Source customCookbooksSource) |
|
Stack |
Stack.withCustomJson(String customJson) |
A JSON object that contains user-defined attributes to be added to the
stack configuration and deployment attributes.
|
Stack |
Stack.withDefaultAvailabilityZone(String defaultAvailabilityZone) |
The stack's default Availability Zone.
|
Stack |
Stack.withDefaultInstanceProfileArn(String defaultInstanceProfileArn) |
The ARN of an IAM profile that is the default profile for all of the
stack's EC2 instances.
|
Stack |
Stack.withDefaultOs(String defaultOs) |
The stack's default operating system.
|
Stack |
Stack.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
Stack |
Stack.withDefaultRootDeviceType(String defaultRootDeviceType) |
The default root device type.
|
Stack |
Stack.withDefaultSshKeyName(String defaultSshKeyName) |
A default Amazon EC2 key pair for the stack's instances.
|
Stack |
Stack.withDefaultSubnetId(String defaultSubnetId) |
The default subnet ID; applicable only if the stack is running in a VPC.
|
Stack |
Stack.withHostnameTheme(String hostnameTheme) |
The stack host name theme, with spaces replaced by underscores.
|
Stack |
Stack.withName(String name) |
The stack name.
|
Stack |
Stack.withRegion(String region) |
The stack AWS region, such as "us-east-1".
|
Stack |
Stack.withServiceRoleArn(String serviceRoleArn) |
The stack AWS Identity and Access Management (IAM) role.
|
Stack |
Stack.withStackId(String stackId) |
The stack ID.
|
Stack |
Stack.withUseCustomCookbooks(Boolean useCustomCookbooks) |
Whether the stack uses custom cookbooks.
|
Stack |
Stack.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) |
Whether the stack automatically associates the AWS OpsWorks built-in
security groups with the stack's layers.
|
Stack |
Stack.withVpcId(String vpcId) |
The VPC ID; applicable only if the stack is running in a VPC.
|