Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEnvironmentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
Request to describe one or more environments.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEnvironmentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated
with this application.
|
static DescribeEnvironmentsRequest.Builder |
builder() |
|
List<String> |
environmentIds() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified IDs.
|
List<String> |
environmentNames() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified names.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
includedDeletedBackTo() |
If specified when
IncludeDeleted is set to true , then environments deleted after this
date are displayed. |
Boolean |
includeDeleted() |
Indicates whether to include deleted environments:
|
static Class<? extends DescribeEnvironmentsRequest.Builder> |
serializableBuilderClass() |
|
DescribeEnvironmentsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated
with this application version.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
public String versionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
public List<String> environmentIds()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
public List<String> environmentNames()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
public Boolean includeDeleted()
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are displayed.
false
: Do not include deleted environments.
true
: Environments that have been deleted after IncludedDeletedBackTo
are
displayed.
false
: Do not include deleted environments.
public Date includedDeletedBackTo()
If specified when IncludeDeleted
is set to true
, then environments deleted after this
date are displayed.
IncludeDeleted
is set to true
, then environments deleted
after this date are displayed.public DescribeEnvironmentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
public static DescribeEnvironmentsRequest.Builder builder()
public static Class<? extends DescribeEnvironmentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.