Interface DescribeScalingPoliciesResponse.Builder

    • Method Detail

      • scalingPolicies

        DescribeScalingPoliciesResponse.Builder scalingPolicies​(Collection<ScalingPolicy> scalingPolicies)

        Information about the scaling policies.

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

        DescribeScalingPoliciesResponse.Builder scalingPolicies​(ScalingPolicy... scalingPolicies)

        Information about the scaling policies.

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

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