public static interface DescribeEnvironmentsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentsRequest.Builder,DescribeEnvironmentsRequest>
Modifier and Type | Method and 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(Collection<String> 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.
|
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 |
environmentNames(String... environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the
specified names.
|
DescribeEnvironmentsRequest.Builder |
includedDeletedBackTo(Instant 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 |
maxRecords(Integer maxRecords)
For a paginated request.
|
DescribeEnvironmentsRequest.Builder |
nextToken(String nextToken)
For a paginated request.
|
DescribeEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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.
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.
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(Instant 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.DescribeEnvironmentsRequest.Builder maxRecords(Integer maxRecords)
For a paginated request. Specify a maximum number of environments to include in each response.
If no MaxRecords
is specified, all available environments are retrieved in a single response.
maxRecords
- For a paginated request. Specify a maximum number of environments to include in each response.
If no MaxRecords
is specified, all available environments are retrieved in a single
response.
DescribeEnvironmentsRequest.Builder nextToken(String nextToken)
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
nextToken
- For a paginated request. Specify a token from a previous response page to retrieve the next response
page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
DescribeEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.