Interface DescribeEcsClustersResponse.Builder

    • Method Detail

      • ecsClusters

        DescribeEcsClustersResponse.Builder ecsClusters​(Collection<EcsCluster> ecsClusters)

        A list of EcsCluster objects containing the cluster descriptions.

        Parameters:
        ecsClusters - A list of EcsCluster objects containing the cluster descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ecsClusters

        DescribeEcsClustersResponse.Builder ecsClusters​(EcsCluster... ecsClusters)

        A list of EcsCluster objects containing the cluster descriptions.

        Parameters:
        ecsClusters - A list of EcsCluster objects containing the cluster descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeEcsClustersResponse.Builder nextToken​(String nextToken)

        If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.

        Parameters:
        nextToken - If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.