public static interface ListVirtualClustersRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListVirtualClustersRequest.Builder,ListVirtualClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVirtualClustersRequest.Builder |
containerProviderId(String containerProviderId)
The container provider ID of the virtual cluster.
|
ListVirtualClustersRequest.Builder |
containerProviderType(ContainerProviderType containerProviderType)
The container provider type of the virtual cluster.
|
ListVirtualClustersRequest.Builder |
containerProviderType(String containerProviderType)
The container provider type of the virtual cluster.
|
ListVirtualClustersRequest.Builder |
createdAfter(Instant createdAfter)
The date and time after which the virtual clusters are created.
|
ListVirtualClustersRequest.Builder |
createdBefore(Instant createdBefore)
The date and time before which the virtual clusters are created.
|
ListVirtualClustersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of virtual clusters that can be listed.
|
ListVirtualClustersRequest.Builder |
nextToken(String nextToken)
The token for the next set of virtual clusters to return.
|
ListVirtualClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVirtualClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVirtualClustersRequest.Builder |
states(Collection<VirtualClusterState> states)
The states of the requested virtual clusters.
|
ListVirtualClustersRequest.Builder |
states(VirtualClusterState... states)
The states of the requested virtual clusters.
|
ListVirtualClustersRequest.Builder |
statesWithStrings(Collection<String> states)
The states of the requested virtual clusters.
|
ListVirtualClustersRequest.Builder |
statesWithStrings(String... states)
The states of the requested virtual clusters.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualClustersRequest.Builder containerProviderId(String containerProviderId)
The container provider ID of the virtual cluster.
containerProviderId - The container provider ID of the virtual cluster.ListVirtualClustersRequest.Builder containerProviderType(String containerProviderType)
The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.
containerProviderType - The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.ContainerProviderType,
ContainerProviderTypeListVirtualClustersRequest.Builder containerProviderType(ContainerProviderType containerProviderType)
The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.
containerProviderType - The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.ContainerProviderType,
ContainerProviderTypeListVirtualClustersRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the virtual clusters are created.
createdAfter - The date and time after which the virtual clusters are created.ListVirtualClustersRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the virtual clusters are created.
createdBefore - The date and time before which the virtual clusters are created.ListVirtualClustersRequest.Builder statesWithStrings(Collection<String> states)
The states of the requested virtual clusters.
states - The states of the requested virtual clusters.ListVirtualClustersRequest.Builder statesWithStrings(String... states)
The states of the requested virtual clusters.
states - The states of the requested virtual clusters.ListVirtualClustersRequest.Builder states(Collection<VirtualClusterState> states)
The states of the requested virtual clusters.
states - The states of the requested virtual clusters.ListVirtualClustersRequest.Builder states(VirtualClusterState... states)
The states of the requested virtual clusters.
states - The states of the requested virtual clusters.ListVirtualClustersRequest.Builder maxResults(Integer maxResults)
The maximum number of virtual clusters that can be listed.
maxResults - The maximum number of virtual clusters that can be listed.ListVirtualClustersRequest.Builder nextToken(String nextToken)
The token for the next set of virtual clusters to return.
nextToken - The token for the next set of virtual clusters to return.ListVirtualClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVirtualClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.