Interface ListClustersRequest.Builder

    • Method Detail

      • 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

        ListClustersRequest.Builder marker​(String 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.