| 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 environment for the specified application using the specified configuration.
|
default CompletableFuture<CreateEnvironmentResponse> |
ElasticBeanstalkAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Launches an 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 contains the version to be deployed.
|
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.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.description(String description)
Describes this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.environmentName(String environmentName)
A unique name for the deployment environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.groupName(String groupName)
The name of the group to which the target environment belongs.
|
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 ARN of the platform.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.solutionStackName(String solutionStackName)
This is an alternative to specifying a template name.
|
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 configuration template to use in deployment.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tier(Consumer<EnvironmentTier.Builder> tier)
This specifies the tier to use for creating this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tier(EnvironmentTier tier)
This specifies the tier to use for 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 © 2019. All rights reserved.