Interface ListClustersRequest.Builder

  • Method Details

    • 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

      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)
      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.