Interface PutScalingPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutScalingPolicyResponse.Builder,
,PutScalingPolicyResponse> GameLiftResponse.Builder
,SdkBuilder<PutScalingPolicyResponse.Builder,
,PutScalingPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutScalingPolicyResponse
public static interface PutScalingPolicyResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA descriptive label that is associated with a fleet's scaling policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.
- Parameters:
name
- A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-