public static interface CreateConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationTemplateRequest.Builder,CreateConfigurationTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationTemplateRequest.Builder |
applicationName(String applicationName)
The name of the Elastic Beanstalk application to associate with this configuration template.
|
CreateConfigurationTemplateRequest.Builder |
description(String description)
An optional description for this configuration.
|
CreateConfigurationTemplateRequest.Builder |
environmentId(String environmentId)
The ID of an environment whose settings you want to use to create the configuration template.
|
CreateConfigurationTemplateRequest.Builder |
optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CreateConfigurationTemplateRequest.Builder |
optionSettings(ConfigurationOptionSetting... optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CreateConfigurationTemplateRequest.Builder |
optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CreateConfigurationTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConfigurationTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConfigurationTemplateRequest.Builder |
platformArn(String platformArn)
The Amazon Resource Name (ARN) of the custom platform.
|
CreateConfigurationTemplateRequest.Builder |
solutionStackName(String solutionStackName)
The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses.
|
default CreateConfigurationTemplateRequest.Builder |
sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)
An Elastic Beanstalk configuration template to base this one on.
|
CreateConfigurationTemplateRequest.Builder |
sourceConfiguration(SourceConfiguration sourceConfiguration)
An Elastic Beanstalk configuration template to base this one on.
|
CreateConfigurationTemplateRequest.Builder |
tags(Collection<Tag> tags)
Specifies the tags applied to the configuration template.
|
CreateConfigurationTemplateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the configuration template.
|
CreateConfigurationTemplateRequest.Builder |
tags(Tag... tags)
Specifies the tags applied to the configuration template.
|
CreateConfigurationTemplateRequest.Builder |
templateName(String templateName)
The name of the configuration template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationTemplateRequest.Builder applicationName(String applicationName)
The name of the Elastic Beanstalk application to associate with this configuration template.
applicationName - The name of the Elastic Beanstalk application to associate with this configuration template.CreateConfigurationTemplateRequest.Builder templateName(String templateName)
The name of the configuration template.
Constraint: This name must be unique per application.
templateName - The name of the configuration template.
Constraint: This name must be unique per application.
CreateConfigurationTemplateRequest.Builder solutionStackName(String solutionStackName)
The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example,
64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating
system, runtime, and application server for a configuration template. It also determines the set of
configuration options as well as the possible and default values. For more information, see Supported Platforms
in the AWS Elastic Beanstalk Developer Guide.
You must specify SolutionStackName if you don't specify PlatformArn,
EnvironmentId, or SourceConfiguration.
Use the
ListAvailableSolutionStacks API to obtain a list of available solution stacks.
solutionStackName - The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For
example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies
the operating system, runtime, and application server for a configuration template. It also determines
the set of configuration options as well as the possible and default values. For more information, see
Supported
Platforms in the AWS Elastic Beanstalk Developer Guide.
You must specify SolutionStackName if you don't specify PlatformArn,
EnvironmentId, or SourceConfiguration.
Use the
ListAvailableSolutionStacks API to obtain a list of available solution stacks.
CreateConfigurationTemplateRequest.Builder platformArn(String platformArn)
The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.
If you specify PlatformArn, then don't specify SolutionStackName.
platformArn - The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom
Platforms in the AWS Elastic Beanstalk Developer Guide.
If you specify PlatformArn, then don't specify SolutionStackName.
CreateConfigurationTemplateRequest.Builder sourceConfiguration(SourceConfiguration sourceConfiguration)
An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in OptionSettings override any values obtained from the
SourceConfiguration.
You must specify SourceConfiguration if you don't specify PlatformArn,
EnvironmentId, or SolutionStackName.
Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.
sourceConfiguration - An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses
the configuration values from the specified configuration template to create a new configuration.
Values specified in OptionSettings override any values obtained from the
SourceConfiguration.
You must specify SourceConfiguration if you don't specify PlatformArn,
EnvironmentId, or SolutionStackName.
Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.
default CreateConfigurationTemplateRequest.Builder sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)
An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in OptionSettings override any values obtained from the
SourceConfiguration.
You must specify SourceConfiguration if you don't specify PlatformArn,
EnvironmentId, or SolutionStackName.
Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.
This is a convenience method that creates an instance of theSourceConfiguration.Builder avoiding the
need to create one manually via SourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceConfiguration(SourceConfiguration).
sourceConfiguration - a consumer that will call methods on SourceConfiguration.BuildersourceConfiguration(SourceConfiguration)CreateConfigurationTemplateRequest.Builder environmentId(String environmentId)
The ID of an environment whose settings you want to use to create the configuration template. You must
specify EnvironmentId if you don't specify PlatformArn,
SolutionStackName, or SourceConfiguration.
environmentId - The ID of an environment whose settings you want to use to create the configuration template. You must
specify EnvironmentId if you don't specify PlatformArn,
SolutionStackName, or SourceConfiguration.CreateConfigurationTemplateRequest.Builder description(String description)
An optional description for this configuration.
description - An optional description for this configuration.CreateConfigurationTemplateRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.
optionSettings - Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these
values override the values obtained from the solution stack or the source configuration template. For
a complete list of Elastic Beanstalk configuration options, see Option Values
in the AWS Elastic Beanstalk Developer Guide.CreateConfigurationTemplateRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.
optionSettings - Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these
values override the values obtained from the solution stack or the source configuration template. For
a complete list of Elastic Beanstalk configuration options, see Option Values
in the AWS Elastic Beanstalk Developer Guide.CreateConfigurationTemplateRequest.Builder optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.
This is a convenience method that creates an instance of theConfigurationOptionSetting.Builder avoiding
the need to create one manually via
ConfigurationOptionSetting.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #optionSettings(List.
optionSettings - a consumer that will call methods on
ConfigurationOptionSetting.Builder#optionSettings(java.util.Collection) CreateConfigurationTemplateRequest.Builder tags(Collection<Tag> tags)
Specifies the tags applied to the configuration template.
tags - Specifies the tags applied to the configuration template.CreateConfigurationTemplateRequest.Builder tags(Tag... tags)
Specifies the tags applied to the configuration template.
tags - Specifies the tags applied to the configuration template.CreateConfigurationTemplateRequest.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the configuration template.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConfigurationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfigurationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.