Stack.Builder |
Stack.Builder.agentVersion(String agentVersion) |
The agent version.
|
Stack.Builder |
Stack.Builder.arn(String arn) |
The stack's ARN.
|
Stack.Builder |
Stack.Builder.attributes(Map<StackAttributesKeys,String> attributes) |
The stack's attributes.
|
Stack.Builder |
Stack.Builder.attributesWithStrings(Map<String,String> attributes) |
The stack's attributes.
|
static Stack.Builder |
Stack.builder() |
|
default Stack.Builder |
Stack.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration) |
A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version.
|
Stack.Builder |
Stack.Builder.chefConfiguration(ChefConfiguration chefConfiguration) |
A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version.
|
default Stack.Builder |
Stack.Builder.configurationManager(Consumer<StackConfigurationManager.Builder> configurationManager) |
The configuration manager.
|
Stack.Builder |
Stack.Builder.configurationManager(StackConfigurationManager configurationManager) |
The configuration manager.
|
Stack.Builder |
Stack.Builder.createdAt(String createdAt) |
The date when the stack was created.
|
default Stack.Builder |
Stack.Builder.customCookbooksSource(Consumer<Source.Builder> customCookbooksSource) |
Contains the information required to retrieve an app or cookbook from a repository.
|
Stack.Builder |
Stack.Builder.customCookbooksSource(Source customCookbooksSource) |
Contains the information required to retrieve an app or cookbook from a repository.
|
Stack.Builder |
Stack.Builder.customJson(String customJson) |
A JSON object that contains user-defined attributes to be added to the stack configuration and deployment
attributes.
|
Stack.Builder |
Stack.Builder.defaultAvailabilityZone(String defaultAvailabilityZone) |
The stack's default Availability Zone.
|
Stack.Builder |
Stack.Builder.defaultInstanceProfileArn(String defaultInstanceProfileArn) |
The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances.
|
Stack.Builder |
Stack.Builder.defaultOs(String defaultOs) |
The stack's default operating system.
|
Stack.Builder |
Stack.Builder.defaultRootDeviceType(String defaultRootDeviceType) |
The default root device type.
|
Stack.Builder |
Stack.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
Stack.Builder |
Stack.Builder.defaultSshKeyName(String defaultSshKeyName) |
A default Amazon EC2 key pair for the stack's instances.
|
Stack.Builder |
Stack.Builder.defaultSubnetId(String defaultSubnetId) |
The default subnet ID; applicable only if the stack is running in a VPC.
|
Stack.Builder |
Stack.Builder.hostnameTheme(String hostnameTheme) |
The stack host name theme, with spaces replaced by underscores.
|
Stack.Builder |
Stack.Builder.name(String name) |
The stack name.
|
Stack.Builder |
Stack.Builder.region(String region) |
The stack AWS region, such as "ap-northeast-2".
|
Stack.Builder |
Stack.Builder.serviceRoleArn(String serviceRoleArn) |
The stack AWS Identity and Access Management (IAM) role.
|
Stack.Builder |
Stack.Builder.stackId(String stackId) |
The stack ID.
|
Stack.Builder |
Stack.toBuilder() |
|
Stack.Builder |
Stack.Builder.useCustomCookbooks(Boolean useCustomCookbooks) |
Whether the stack uses custom cookbooks.
|
Stack.Builder |
Stack.Builder.useOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) |
Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's
layers.
|
Stack.Builder |
Stack.Builder.vpcId(String vpcId) |
The VPC ID; applicable only if the stack is running in a VPC.
|