Interface ComposeEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ComposeEnvironmentsRequest
public static interface ComposeEnvironmentsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComposeEnvironmentsRequest.BuilderapplicationName(String applicationName)The name of the application to which the specified source bundles belong.ComposeEnvironmentsRequest.BuildergroupName(String groupName)The name of the group to which the target environments belong.ComposeEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ComposeEnvironmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ComposeEnvironmentsRequest.BuilderversionLabels(String... versionLabels)A list of version labels, specifying one or more application source bundles that belong to the target application.ComposeEnvironmentsRequest.BuilderversionLabels(Collection<String> versionLabels)A list of version labels, specifying one or more application source bundles that belong to the target application.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationName
ComposeEnvironmentsRequest.Builder applicationName(String applicationName)
The name of the application to which the specified source bundles belong.
- Parameters:
applicationName- The name of the application to which the specified source bundles belong.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabels
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabels
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ComposeEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ComposeEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-