CloneStackRequest.Builder |
CloneStackRequest.Builder.agentVersion(String agentVersion) |
The default AWS OpsWorks Stacks agent version.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.attributes(Map<StackAttributesKeys,String> attributes) |
A list of stack attributes and values as key/value pairs to be added to the cloned stack.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.attributesWithStrings(Map<String,String> attributes) |
A list of stack attributes and values as key/value pairs to be added to the cloned stack.
|
static CloneStackRequest.Builder |
CloneStackRequest.builder() |
|
default CloneStackRequest.Builder |
CloneStackRequest.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration) |
A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.chefConfiguration(ChefConfiguration chefConfiguration) |
A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.cloneAppIds(String... cloneAppIds) |
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.cloneAppIds(Collection<String> cloneAppIds) |
A list of source stack app IDs to be included in the cloned stack.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.clonePermissions(Boolean clonePermissions) |
Whether to clone the source stack's permissions.
|
default CloneStackRequest.Builder |
CloneStackRequest.Builder.configurationManager(Consumer<StackConfigurationManager.Builder> configurationManager) |
The configuration manager.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.configurationManager(StackConfigurationManager configurationManager) |
The configuration manager.
|
default CloneStackRequest.Builder |
CloneStackRequest.Builder.customCookbooksSource(Consumer<Source.Builder> customCookbooksSource) |
Contains the information required to retrieve an app or cookbook from a repository.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.customCookbooksSource(Source customCookbooksSource) |
Contains the information required to retrieve an app or cookbook from a repository.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.customJson(String customJson) |
A string that contains user-defined, custom JSON.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultAvailabilityZone(String defaultAvailabilityZone) |
The cloned stack's default Availability Zone, which must be in the specified region.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultInstanceProfileArn(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.Builder |
CloneStackRequest.Builder.defaultOs(String defaultOs) |
The stack's operating system, which must be set to one of the following.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultRootDeviceType(String defaultRootDeviceType) |
The default root device type.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType) |
The default root device type.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultSshKeyName(String defaultSshKeyName) |
A default Amazon EC2 key pair name.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.defaultSubnetId(String defaultSubnetId) |
The stack's default VPC subnet ID.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.hostnameTheme(String hostnameTheme) |
The stack's host name theme, with spaces are replaced by underscores.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.name(String name) |
The cloned stack name.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.region(String region) |
The cloned stack AWS region, such as "ap-northeast-2".
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.serviceRoleArn(String serviceRoleArn) |
The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks Stacks to work with AWS
resources on your behalf.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.sourceStackId(String sourceStackId) |
The source stack ID.
|
CloneStackRequest.Builder |
CloneStackRequest.toBuilder() |
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.useCustomCookbooks(Boolean useCustomCookbooks) |
Whether to use custom cookbooks.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.useOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups) |
Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
|
CloneStackRequest.Builder |
CloneStackRequest.Builder.vpcId(String vpcId) |
The ID of the VPC that the cloned stack is to be launched into.
|