Interface ListReleaseLabelsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListReleaseLabelsRequest.Builder,,- ListReleaseLabelsRequest> - EmrRequest.Builder,- SdkBuilder<ListReleaseLabelsRequest.Builder,,- ListReleaseLabelsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListReleaseLabelsRequest
- 
Method SummaryModifier and TypeMethodDescriptiondefault ListReleaseLabelsRequest.Builderfilters(Consumer<ReleaseLabelFilter.Builder> filters) Filters the results of the request.filters(ReleaseLabelFilter filters) Filters the results of the request.maxResults(Integer maxResults) Defines the maximum number of release labels to return in a single response.Specifies the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
filtersFilters the results of the request. Prefixspecifies the prefix of release labels to return.Applicationspecifies the application (with/without version) of release labels to return.- Parameters:
- filters- Filters the results of the request.- Prefixspecifies the prefix of release labels to return.- Applicationspecifies the application (with/without version) of release labels to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersFilters the results of the request. This is a convenience method that creates an instance of thePrefixspecifies the prefix of release labels to return.Applicationspecifies the application (with/without version) of release labels to return.ReleaseLabelFilter.Builderavoiding the need to create one manually viaReleaseLabelFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(ReleaseLabelFilter).- Parameters:
- filters- a consumer that will call methods on- ReleaseLabelFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenSpecifies the next page of results. If NextTokenis 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. TheListReleaseLabelsrequest fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if theNextTokenis expired or tampered with.- Parameters:
- nextToken- Specifies the next page of results. If- NextTokenis 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- ListReleaseLabelsrequest fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the- NextTokenis expired or tampered with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsDefines the maximum number of release labels to return in a single response. The default is 100.- Parameters:
- maxResults- Defines the maximum number of release labels to return in a single response. The default is- 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListReleaseLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListReleaseLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-