public static interface ComposeEnvironmentsRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ComposeEnvironmentsRequest.Builder |
applicationName(String applicationName)
The name of the application to which the specified source bundles belong.
|
ComposeEnvironmentsRequest.Builder |
groupName(String groupName)
The name of the group to which the target environments belong.
|
ComposeEnvironmentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ComposeEnvironmentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ComposeEnvironmentsRequest.Builder |
versionLabels(Collection<String> versionLabels)
A list of version labels, specifying one or more application source bundles that belong to the target
application.
|
ComposeEnvironmentsRequest.Builder |
versionLabels(String... versionLabels)
A list of version labels, specifying one or more application source bundles that belong to the target
application.
|
buildrequestOverrideConfigcopyapply, buildComposeEnvironmentsRequest.Builder applicationName(String applicationName)
The name of the application to which the specified source bundles belong.
applicationName - The name of the application to which the specified source bundles belong.ComposeEnvironmentsRequest.Builder groupName(String groupName)
The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
groupName - The name of the group to which the target environments belong. Specify a group name only if the
environment name defined in each target environment's manifest ends with a + (plus) character. See Environment
Manifest (env.yaml) for details.ComposeEnvironmentsRequest.Builder versionLabels(Collection<String> versionLabels)
A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.
versionLabels - A list of version labels, specifying one or more application source bundles that belong to the target
application. Each source bundle must include an environment manifest that specifies the name of the
environment and the name of the solution stack to use, and optionally can specify environment links to
create.ComposeEnvironmentsRequest.Builder versionLabels(String... versionLabels)
A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.
versionLabels - A list of version labels, specifying one or more application source bundles that belong to the target
application. Each source bundle must include an environment manifest that specifies the name of the
environment and the name of the solution stack to use, and optionally can specify environment links to
create.ComposeEnvironmentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ComposeEnvironmentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.