Interface ListManagedEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedEndpointsRequest.Builder,ListManagedEndpointsRequest>,EmrContainersRequest.Builder,SdkBuilder<ListManagedEndpointsRequest.Builder,ListManagedEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedEndpointsRequest
public static interface ListManagedEndpointsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListManagedEndpointsRequest.Builder,ListManagedEndpointsRequest>
-
-
Method Summary
-
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.emrcontainers.model.EmrContainersRequest.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 Detail
-
virtualClusterId
ListManagedEndpointsRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
- Parameters:
virtualClusterId- The ID of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListManagedEndpointsRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the endpoints are created.
- Parameters:
createdBefore- The date and time before which the endpoints are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
ListManagedEndpointsRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the endpoints are created.
- Parameters:
createdAfter- The date and time after which the endpoints are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
ListManagedEndpointsRequest.Builder types(Collection<String> types)
The types of the managed endpoints.
- Parameters:
types- The types of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
ListManagedEndpointsRequest.Builder types(String... types)
The types of the managed endpoints.
- Parameters:
types- The types of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListManagedEndpointsRequest.Builder statesWithStrings(Collection<String> states)
The states of the managed endpoints.
- Parameters:
states- The states of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListManagedEndpointsRequest.Builder statesWithStrings(String... states)
The states of the managed endpoints.
- Parameters:
states- The states of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListManagedEndpointsRequest.Builder states(Collection<EndpointState> states)
The states of the managed endpoints.
- Parameters:
states- The states of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListManagedEndpointsRequest.Builder states(EndpointState... states)
The states of the managed endpoints.
- Parameters:
states- The states of the managed endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListManagedEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
- Parameters:
maxResults- The maximum number of managed endpoints that can be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListManagedEndpointsRequest.Builder nextToken(String nextToken)
The token for the next set of managed endpoints to return.
- Parameters:
nextToken- The token for the next set of managed endpoints to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-