Interface ListClustersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>,EmrRequest.Builder,SdkBuilder<ListClustersRequest.Builder,ListClustersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListClustersRequest
public static interface ListClustersRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClustersRequest.BuilderclusterStates(Collection<ClusterState> clusterStates)The cluster state filters to apply when listing clusters.ListClustersRequest.BuilderclusterStates(ClusterState... clusterStates)The cluster state filters to apply when listing clusters.ListClustersRequest.BuilderclusterStatesWithStrings(String... clusterStates)The cluster state filters to apply when listing clusters.ListClustersRequest.BuilderclusterStatesWithStrings(Collection<String> clusterStates)The cluster state filters to apply when listing clusters.ListClustersRequest.BuildercreatedAfter(Instant createdAfter)The creation date and time beginning value filter for listing clusters.ListClustersRequest.BuildercreatedBefore(Instant createdBefore)The creation date and time end value filter for listing clusters.ListClustersRequest.Buildermarker(String marker)The pagination token that indicates the next set of results to retrieve.ListClustersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClustersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
createdAfter
ListClustersRequest.Builder createdAfter(Instant 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
ListClustersRequest.Builder createdBefore(Instant 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
ListClustersRequest.Builder clusterStatesWithStrings(Collection<String> 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.
-
clusterStatesWithStrings
ListClustersRequest.Builder clusterStatesWithStrings(String... 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
ListClustersRequest.Builder clusterStates(Collection<ClusterState> 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
ListClustersRequest.Builder clusterStates(ClusterState... 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
ListClustersRequest.Builder marker(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-