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 Details

    • 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

      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

      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

      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

      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

      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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.