CreateStackRequest |
CreateStackRequest.addAttributesEntry(String key,
String value) |
|
CreateStackRequest |
CreateStackRequest.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
CreateStackRequest |
CreateStackRequest.clone() |
|
CreateStackRequest |
CreateStackRequest.withAgentVersion(String agentVersion) |
The default AWS OpsWorks agent version.
|
CreateStackRequest |
CreateStackRequest.withAttributes(Map<String,String> attributes) |
One or more user-defined key-value pairs to be added to the stack
attributes.
|
CreateStackRequest |
CreateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration) |
A ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks.
|
CreateStackRequest |
CreateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager) |
The configuration manager.
|
CreateStackRequest |
CreateStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
|
CreateStackRequest |
CreateStackRequest.withCustomJson(String customJson) |
A string that contains user-defined, custom JSON.
|
CreateStackRequest |
CreateStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone) |
The stack's default Availability Zone, which must be in the specified
region.
|
CreateStackRequest |
CreateStackRequest.withDefaultInstanceProfileArn(String defaultInstanceProfileArn) |
The Amazon Resource Name (ARN) of an IAM profile that is the default
profile for all of the stack's EC2 instances.
|
CreateStackRequest |
CreateStackRequest.withDefaultOs(String defaultOs) |
The stack's default operating system, which is installed on every
instance unless you specify a different operating system when you create
the instance.
|
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
CreateStackRequest |
CreateStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType) |
The default root device type.
|
CreateStackRequest |
CreateStackRequest.withDefaultSshKeyName(String defaultSshKeyName) |
A default Amazon EC2 key pair name.
|
CreateStackRequest |
CreateStackRequest.withDefaultSubnetId(String defaultSubnetId) |
The stack's default VPC subnet ID.
|
CreateStackRequest |
CreateStackRequest.withHostnameTheme(String hostnameTheme) |
The stack's host name theme, with spaces replaced by underscores.
|
CreateStackRequest |
CreateStackRequest.withName(String name) |
The stack name.
|
CreateStackRequest |
CreateStackRequest.withRegion(String region) |
The stack's AWS region, such as "us-east-1".
|
CreateStackRequest |
CreateStackRequest.withServiceRoleArn(String serviceRoleArn) |
The stack's AWS Identity and Access Management (IAM) role, which allows
AWS OpsWorks to work with AWS resources on your behalf.
|
CreateStackRequest |
CreateStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks) |
Whether the stack uses custom cookbooks.
|
CreateStackRequest |
CreateStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) |
Whether to associate the AWS OpsWorks built-in security groups with the
stack's layers.
|
CreateStackRequest |
CreateStackRequest.withVpcId(String vpcId) |
The ID of the VPC that the stack is to be launched into.
|