public static interface ListReleaseLabelsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListReleaseLabelsRequest.Builder,ListReleaseLabelsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListReleaseLabelsRequest.Builder |
filters(Consumer<ReleaseLabelFilter.Builder> filters)
Filters the results of the request.
|
ListReleaseLabelsRequest.Builder |
filters(ReleaseLabelFilter filters)
Filters the results of the request.
|
ListReleaseLabelsRequest.Builder |
maxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response.
|
ListReleaseLabelsRequest.Builder |
nextToken(String nextToken)
Specifies the next page of results.
|
ListReleaseLabelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReleaseLabelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReleaseLabelsRequest.Builder filters(ReleaseLabelFilter filters)
Filters the results of the request. Prefix specifies the prefix of release labels to return.
Application specifies the application (with/without version) of release labels to return.
filters - Filters the results of the request. Prefix specifies the prefix of release labels to
return. Application specifies the application (with/without version) of release labels to
return.default ListReleaseLabelsRequest.Builder filters(Consumer<ReleaseLabelFilter.Builder> filters)
Filters the results of the request. Prefix specifies the prefix of release labels to return.
Application specifies the application (with/without version) of release labels to return.
ReleaseLabelFilter.Builder avoiding the
need to create one manually via ReleaseLabelFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(ReleaseLabelFilter).
filters - a consumer that will call methods on ReleaseLabelFilter.Builderfilters(ReleaseLabelFilter)ListReleaseLabelsRequest.Builder nextToken(String nextToken)
Specifies the next page of results. If NextToken is not specified, which is usually the case for
the first request of ListReleaseLabels, the first page of results are determined by other filtering
parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon
Web Services account ID) and all filtering parameters are different from the original request, or if the
NextToken is expired or tampered with.
nextToken - Specifies the next page of results. If NextToken is not specified, which is usually the
case for the first request of ListReleaseLabels, the first page of results are determined by other
filtering parameters or by the latest version. The ListReleaseLabels request fails if the
identity (Amazon Web Services account ID) and all filtering parameters are different from the original
request, or if the NextToken is expired or tampered with.ListReleaseLabelsRequest.Builder maxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response. The default is 100.
maxResults - Defines the maximum number of release labels to return in a single response. The default is
100.ListReleaseLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReleaseLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.