| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks |
|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStackResponse> |
OpsWorksAsyncClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a new stack.
|
default CreateStackResponse |
OpsWorksClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a new stack.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackRequest.Builder |
CreateStackRequest.Builder.agentVersion(String agentVersion)
The default AWS OpsWorks Stacks agent version.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.attributes(Map<StackAttributesKeys,String> attributes)
One or more user-defined key-value pairs to be added to the stack attributes.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.attributesWithStrings(Map<String,String> attributes)
One or more user-defined key-value pairs to be added to the stack attributes.
|
static CreateStackRequest.Builder |
CreateStackRequest.builder() |
CreateStackRequest.Builder |
CreateStackRequest.Builder.chefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
default CreateStackRequest.Builder |
CreateStackRequest.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
default CreateStackRequest.Builder |
CreateStackRequest.Builder.configurationManager(Consumer<StackConfigurationManager.Builder> configurationManager)
The configuration manager.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.configurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
default CreateStackRequest.Builder |
CreateStackRequest.Builder.customCookbooksSource(Consumer<Source.Builder> customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.customCookbooksSource(Source customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.customJson(String customJson)
A string that contains user-defined, custom JSON.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultAvailabilityZone(String defaultAvailabilityZone)
The stack's default Availability Zone, which must be in the specified region.
|
CreateStackRequest.Builder |
CreateStackRequest.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.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultOs(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.Builder |
CreateStackRequest.Builder.defaultRootDeviceType(RootDeviceType defaultRootDeviceType)
The default root device type.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultRootDeviceType(String defaultRootDeviceType)
The default root device type.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultSshKeyName(String defaultSshKeyName)
A default Amazon EC2 key pair name.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.defaultSubnetId(String defaultSubnetId)
The stack's default VPC subnet ID.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.hostnameTheme(String hostnameTheme)
The stack's host name theme, with spaces replaced by underscores.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.name(String name)
The stack name.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStackRequest.Builder |
CreateStackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStackRequest.Builder |
CreateStackRequest.Builder.region(String region)
The stack's AWS region, such as
ap-south-1. |
CreateStackRequest.Builder |
CreateStackRequest.Builder.serviceRoleArn(String serviceRoleArn)
The stack's AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks Stacks to work with AWS
resources on your behalf.
|
CreateStackRequest.Builder |
CreateStackRequest.toBuilder() |
CreateStackRequest.Builder |
CreateStackRequest.Builder.useCustomCookbooks(Boolean useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.useOpsworksSecurityGroups(Boolean useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.vpcId(String vpcId)
The ID of the VPC that the stack is to be launched into.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateStackRequest.Builder> |
CreateStackRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.