Interface BatchUpdateClusterResponse.Builder

    • Method Detail

      • processedClusters

        BatchUpdateClusterResponse.Builder processedClusters​(Collection<Cluster> processedClusters)

        The list of clusters that have been updated.

        Parameters:
        processedClusters - The list of clusters that have been updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processedClusters

        BatchUpdateClusterResponse.Builder processedClusters​(Cluster... processedClusters)

        The list of clusters that have been updated.

        Parameters:
        processedClusters - The list of clusters that have been updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processedClusters

        BatchUpdateClusterResponse.Builder processedClusters​(Consumer<Cluster.Builder>... processedClusters)

        The list of clusters that have been updated.

        This is a convenience method that creates an instance of the Cluster.Builder avoiding the need to create one manually via Cluster.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #processedClusters(List).

        Parameters:
        processedClusters - a consumer that will call methods on Cluster.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #processedClusters(java.util.Collection)
      • unprocessedClusters

        BatchUpdateClusterResponse.Builder unprocessedClusters​(Collection<UnprocessedCluster> unprocessedClusters)

        The list of clusters where updates have not been applied.

        Parameters:
        unprocessedClusters - The list of clusters where updates have not been applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedClusters

        BatchUpdateClusterResponse.Builder unprocessedClusters​(UnprocessedCluster... unprocessedClusters)

        The list of clusters where updates have not been applied.

        Parameters:
        unprocessedClusters - The list of clusters where updates have not been applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.