| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateEnvironmentResponse |
ElasticBeanstalkClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
default CompletableFuture<CreateEnvironmentResponse> |
ElasticBeanstalkAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.applicationName(String applicationName)
The name of the application that is associated with this environment.
|
static CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.builder() |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.cnamePrefix(String cnamePrefix)
If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic
Beanstalk environment URL.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.description(String description)
Your description for this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.environmentName(String environmentName)
A unique name for the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.groupName(String groupName)
The name of the group to which the target environment belongs.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.operationsRole(String operationsRole)
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
configuration set for the new environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
configuration set for the new environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
configuration set for the new environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new
environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionsToRemove(Consumer<OptionSpecification.Builder>... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new
environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.optionsToRemove(OptionSpecification... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new
environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.platformArn(String platformArn)
The Amazon Resource Name (ARN) of the custom platform to use with the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.solutionStackName(String solutionStackName)
The name of an Elastic Beanstalk solution stack (platform version) to use with the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to resources in the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to resources in the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Tag... tags)
Specifies the tags applied to resources in the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.templateName(String templateName)
The name of the Elastic Beanstalk configuration template to use with the environment.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tier(Consumer<EnvironmentTier.Builder> tier)
Specifies the tier to use in creating this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tier(EnvironmentTier tier)
Specifies the tier to use in creating this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.toBuilder() |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.versionLabel(String versionLabel)
The name of the application version to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEnvironmentRequest.Builder> |
CreateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.