Interface DescribeScalingPoliciesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>, GameLiftResponse.Builder, SdkBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeScalingPoliciesResponse

public static interface DescribeScalingPoliciesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
  • Method Details

    • scalingPolicies

      A collection of objects containing the scaling policies matching the request.

      Parameters:
      scalingPolicies - A collection of objects containing the scaling policies matching the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scalingPolicies

      DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)

      A collection of objects containing the scaling policies matching the request.

      Parameters:
      scalingPolicies - A collection of objects containing the scaling policies matching the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scalingPolicies

      A collection of objects containing the scaling policies matching the request.

      This is a convenience method that creates an instance of the ScalingPolicy.Builder avoiding the need to create one manually via ScalingPolicy.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to scalingPolicies(List<ScalingPolicy>).

      Parameters:
      scalingPolicies - a consumer that will call methods on ScalingPolicy.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

      Parameters:
      nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.