public static interface ListClustersRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
Modifier and Type | Method and Description |
---|---|
ListClustersRequest.Builder |
clusterStates(ClusterState... clusterStates)
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
clusterStates(Collection<ClusterState> clusterStates)
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
clusterStatesWithStrings(Collection<String> clusterStates)
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
clusterStatesWithStrings(String... clusterStates)
The cluster state filters to apply when listing clusters.
|
ListClustersRequest.Builder |
createdAfter(Instant createdAfter)
The creation date and time beginning value filter for listing clusters.
|
ListClustersRequest.Builder |
createdBefore(Instant createdBefore)
The creation date and time end value filter for listing clusters.
|
ListClustersRequest.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListClustersRequest.Builder createdAfter(Instant createdAfter)
The creation date and time beginning value filter for listing clusters.
createdAfter
- The creation date and time beginning value filter for listing clusters.ListClustersRequest.Builder createdBefore(Instant createdBefore)
The creation date and time end value filter for listing clusters.
createdBefore
- The creation date and time end value filter for listing clusters.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.
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.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.
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.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.
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.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.
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.ListClustersRequest.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.ListClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.