Interface DescribeScalingPlansResponse.Builder

    • Method Detail

      • scalingPlans

        DescribeScalingPlansResponse.Builder scalingPlans​(Collection<ScalingPlan> scalingPlans)

        Information about the scaling plans.

        Parameters:
        scalingPlans - Information about the scaling plans.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scalingPlans

        DescribeScalingPlansResponse.Builder scalingPlans​(ScalingPlan... scalingPlans)

        Information about the scaling plans.

        Parameters:
        scalingPlans - Information about the scaling plans.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeScalingPlansResponse.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.