Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>
@Generated("software.amazon.awssdk:codegen") public class ComposeEnvironmentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>
Request to create or update a group of environments.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ComposeEnvironmentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application to which the specified source bundles belong.
|
static ComposeEnvironmentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the group to which the target environments belong.
|
int |
hashCode() |
|
static Class<? extends ComposeEnvironmentsRequest.Builder> |
serializableBuilderClass() |
|
ComposeEnvironmentsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
versionLabels() |
A list of version labels, specifying one or more application source bundles that belong to the target
application.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of the application to which the specified source bundles belong.
public 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.
public List<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.
public ComposeEnvironmentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComposeEnvironmentsRequest.Builder,ComposeEnvironmentsRequest>
public static ComposeEnvironmentsRequest.Builder builder()
public static Class<? extends ComposeEnvironmentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.