CloneStackRequest |
CloneStackRequest.addAttributesEntry(String key,
String value) |
|
CloneStackRequest |
CloneStackRequest.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
CloneStackRequest |
CloneStackRequest.clone() |
|
CloneStackRequest |
CloneStackRequest.withAgentVersion(String agentVersion) |
The default AWS OpsWorks agent version.
|
CloneStackRequest |
CloneStackRequest.withAttributes(Map<String,String> attributes) |
A list of stack attributes and values as key/value pairs to be added to
the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration) |
A ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks.
|
CloneStackRequest |
CloneStackRequest.withCloneAppIds(String... cloneAppIds) |
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withCloneAppIds(Collection<String> cloneAppIds) |
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest |
CloneStackRequest.withClonePermissions(Boolean clonePermissions) |
Whether to clone the source stack's permissions.
|
CloneStackRequest |
CloneStackRequest.withConfigurationManager(StackConfigurationManager configurationManager) |
The configuration manager.
|
CloneStackRequest |
CloneStackRequest.withCustomCookbooksSource(Source customCookbooksSource) |
|
CloneStackRequest |
CloneStackRequest.withCustomJson(String customJson) |
A string that contains user-defined, custom JSON.
|
CloneStackRequest |
CloneStackRequest.withDefaultAvailabilityZone(String defaultAvailabilityZone) |
The cloned stack's default Availability Zone, which must be in the
specified region.
|
CloneStackRequest |
CloneStackRequest.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.
|
CloneStackRequest |
CloneStackRequest.withDefaultOs(String defaultOs) |
The stack's operating system, which must be set to one of the following.
|
CloneStackRequest |
CloneStackRequest.withDefaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
CloneStackRequest |
CloneStackRequest.withDefaultRootDeviceType(String defaultRootDeviceType) |
The default root device type.
|
CloneStackRequest |
CloneStackRequest.withDefaultSshKeyName(String defaultSshKeyName) |
A default Amazon EC2 key pair name.
|
CloneStackRequest |
CloneStackRequest.withDefaultSubnetId(String defaultSubnetId) |
The stack's default VPC subnet ID.
|
CloneStackRequest |
CloneStackRequest.withHostnameTheme(String hostnameTheme) |
The stack's host name theme, with spaces are replaced by underscores.
|
CloneStackRequest |
CloneStackRequest.withName(String name) |
The cloned stack name.
|
CloneStackRequest |
CloneStackRequest.withRegion(String region) |
The cloned stack AWS region, such as "us-east-1".
|
CloneStackRequest |
CloneStackRequest.withServiceRoleArn(String serviceRoleArn) |
The stack AWS Identity and Access Management (IAM) role, which allows AWS
OpsWorks to work with AWS resources on your behalf.
|
CloneStackRequest |
CloneStackRequest.withSourceStackId(String sourceStackId) |
The source stack ID.
|
CloneStackRequest |
CloneStackRequest.withUseCustomCookbooks(Boolean useCustomCookbooks) |
Whether to use custom cookbooks.
|
CloneStackRequest |
CloneStackRequest.withUseOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) |
Whether to associate the AWS OpsWorks built-in security groups with the
stack's layers.
|
CloneStackRequest |
CloneStackRequest.withVpcId(String vpcId) |
The ID of the VPC that the cloned stack is to be launched into.
|