public static interface DescribeApplicationVersionsRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationVersionsRequest.Builder |
applicationName(String applicationName)
Specify an application name to show only application versions for that application.
|
DescribeApplicationVersionsRequest.Builder |
maxRecords(Integer maxRecords)
For a paginated request.
|
DescribeApplicationVersionsRequest.Builder |
nextToken(String nextToken)
For a paginated request.
|
DescribeApplicationVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeApplicationVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeApplicationVersionsRequest.Builder |
versionLabels(Collection<String> versionLabels)
Specify a version label to show a specific application version.
|
DescribeApplicationVersionsRequest.Builder |
versionLabels(String... versionLabels)
Specify a version label to show a specific application version.
|
buildrequestOverrideConfigcopyapply, buildDescribeApplicationVersionsRequest.Builder applicationName(String applicationName)
Specify an application name to show only application versions for that application.
applicationName - Specify an application name to show only application versions for that application.DescribeApplicationVersionsRequest.Builder versionLabels(Collection<String> versionLabels)
Specify a version label to show a specific application version.
versionLabels - Specify a version label to show a specific application version.DescribeApplicationVersionsRequest.Builder versionLabels(String... versionLabels)
Specify a version label to show a specific application version.
versionLabels - Specify a version label to show a specific application version.DescribeApplicationVersionsRequest.Builder maxRecords(Integer maxRecords)
For a paginated request. Specify a maximum number of application versions to include in each response.
If no MaxRecords is specified, all available application versions are retrieved in a single
response.
maxRecords - For a paginated request. Specify a maximum number of application versions to include in each
response.
If no MaxRecords is specified, all available application versions are retrieved in a
single response.
DescribeApplicationVersionsRequest.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.
DescribeApplicationVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeApplicationVersionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.