Interface DescribeScalableTargetsResponse.Builder

    • Method Detail

      • scalableTargets

        DescribeScalableTargetsResponse.Builder scalableTargets​(Collection<ScalableTarget> scalableTargets)

        The scalable targets that match the request parameters.

        Parameters:
        scalableTargets - The scalable targets that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scalableTargets

        DescribeScalableTargetsResponse.Builder scalableTargets​(ScalableTarget... scalableTargets)

        The scalable targets that match the request parameters.

        Parameters:
        scalableTargets - The scalable targets that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeScalableTargetsResponse.Builder nextToken​(String nextToken)

        The token required to get the next set of results. This value is null if there are no more results to return.

        Parameters:
        nextToken - The token required to get the next set of results. This value is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.