CopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
, SdkBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
public static interface DescribeEnvironmentsRequest.Builder extends CopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeEnvironmentsRequest.Builder |
applicationName(String applicationName) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are
associated with this application.
|
DescribeEnvironmentsRequest.Builder |
environmentIds(String... environmentIds) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified IDs.
|
DescribeEnvironmentsRequest.Builder |
environmentIds(Collection<String> environmentIds) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified IDs.
|
DescribeEnvironmentsRequest.Builder |
environmentNames(String... environmentNames) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified names.
|
DescribeEnvironmentsRequest.Builder |
environmentNames(Collection<String> environmentNames) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified names.
|
DescribeEnvironmentsRequest.Builder |
includedDeletedBackTo(Date includedDeletedBackTo) |
If specified when
IncludeDeleted is set to true , then environments deleted after
this date are displayed. |
DescribeEnvironmentsRequest.Builder |
includeDeleted(Boolean includeDeleted) |
Indicates whether to include deleted environments:
|
DescribeEnvironmentsRequest.Builder |
versionLabel(String versionLabel) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are
associated with this application version.
|
copy
apply, build
DescribeEnvironmentsRequest.Builder applicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
applicationName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are
associated with this application.DescribeEnvironmentsRequest.Builder versionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.
versionLabel
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are
associated with this application version.DescribeEnvironmentsRequest.Builder environmentIds(Collection<String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
environmentIds
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that
have the specified IDs.DescribeEnvironmentsRequest.Builder environmentIds(String... environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setEnvironmentIds(java.util.Collection)
or #withEnvironmentIds(java.util.Collection)
if you
want to override the existing values.
environmentIds
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that
have the specified IDs.DescribeEnvironmentsRequest.Builder environmentNames(Collection<String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
environmentNames
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that
have the specified names.DescribeEnvironmentsRequest.Builder environmentNames(String... environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.
NOTE: This method appends the values to the existing list (if any). Use
#setEnvironmentNames(java.util.Collection)
or #withEnvironmentNames(java.util.Collection)
if
you want to override the existing values.
environmentNames
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that
have the specified names.DescribeEnvironmentsRequest.Builder includeDeleted(Boolean includeDeleted)
Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are
displayed.
false
: Do not include deleted environments.
includeDeleted
- Indicates whether to include deleted environments:
true
: Environments that have been deleted after IncludedDeletedBackTo
are
displayed.
false
: Do not include deleted environments.
DescribeEnvironmentsRequest.Builder includedDeletedBackTo(Date includedDeletedBackTo)
If specified when IncludeDeleted
is set to true
, then environments deleted after
this date are displayed.
includedDeletedBackTo
- If specified when IncludeDeleted
is set to true
, then environments deleted
after this date are displayed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.