Interface DescribeGlobalClustersResponse.Builder

    • Method Detail

      • marker

        DescribeGlobalClustersResponse.Builder marker​(String marker)

        A pagination token. If this parameter is returned in the response, more records are available, which can be retrieved by one or more additional calls to DescribeGlobalClusters.

        Parameters:
        marker - A pagination token. If this parameter is returned in the response, more records are available, which can be retrieved by one or more additional calls to DescribeGlobalClusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalClusters

        DescribeGlobalClustersResponse.Builder globalClusters​(Collection<GlobalCluster> globalClusters)

        The list of global clusters and instances returned by this request.

        Parameters:
        globalClusters - The list of global clusters and instances returned by this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalClusters

        DescribeGlobalClustersResponse.Builder globalClusters​(GlobalCluster... globalClusters)

        The list of global clusters and instances returned by this request.

        Parameters:
        globalClusters - The list of global clusters and instances returned by this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.