Interface ListClustersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListClustersRequest.Builder,
,ListClustersRequest> EmrRequest.Builder
,SdkBuilder<ListClustersRequest.Builder,
,ListClustersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListClustersRequest
-
Method Summary
Modifier and TypeMethodDescriptionclusterStates
(Collection<ClusterState> clusterStates) The cluster state filters to apply when listing clusters.clusterStates
(ClusterState... clusterStates) The cluster state filters to apply when listing clusters.clusterStatesWithStrings
(String... clusterStates) The cluster state filters to apply when listing clusters.clusterStatesWithStrings
(Collection<String> clusterStates) The cluster state filters to apply when listing clusters.createdAfter
(Instant createdAfter) The creation date and time beginning value filter for listing clusters.createdBefore
(Instant createdBefore) The creation date and time end value filter for listing clusters.The pagination token that indicates the next set of results to retrieve.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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
createdAfter
The creation date and time beginning value filter for listing clusters.
- Parameters:
createdAfter
- The creation date and time beginning value filter for listing clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
The creation date and time end value filter for listing clusters.
- Parameters:
createdBefore
- The creation date and time end value filter for listing clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterStatesWithStrings
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
- Parameters:
clusterStates
- The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterStatesWithStrings
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
- Parameters:
clusterStates
- The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterStates
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
- Parameters:
clusterStates
- The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterStates
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
- Parameters:
clusterStates
- The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
The pagination token that indicates the next set of results to retrieve.
- Parameters:
marker
- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-