public static interface DescribeTerminationPolicyTypesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeTerminationPolicyTypesResponse.Builder,DescribeTerminationPolicyTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTerminationPolicyTypesResponse.Builder |
terminationPolicyTypes(Collection<String> terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling:
OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy. |
DescribeTerminationPolicyTypesResponse.Builder |
terminationPolicyTypes(String... terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling:
OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTerminationPolicyTypesResponse.Builder terminationPolicyTypes(Collection<String> terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy.
terminationPolicyTypes - The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance,
ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and
AllocationStrategy.DescribeTerminationPolicyTypesResponse.Builder terminationPolicyTypes(String... terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy.
terminationPolicyTypes - The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance,
ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and
AllocationStrategy.Copyright © 2022. All rights reserved.