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, sdkHttpResponsecopyapplyMutation, buildDescribeTerminationPolicyTypesResponse.Builder terminationPolicyTypes(Collection<String> terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy. Currently, the
OldestLaunchTemplate and AllocationStrategy policies are only supported for Auto
Scaling groups with MixedInstancesPolicy.
terminationPolicyTypes - The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance,
ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and
AllocationStrategy. Currently, the OldestLaunchTemplate and
AllocationStrategy policies are only supported for Auto Scaling groups with
MixedInstancesPolicy.DescribeTerminationPolicyTypesResponse.Builder terminationPolicyTypes(String... terminationPolicyTypes)
The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour,
Default, OldestLaunchTemplate, and AllocationStrategy. Currently, the
OldestLaunchTemplate and AllocationStrategy policies are only supported for Auto
Scaling groups with MixedInstancesPolicy.
terminationPolicyTypes - The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance,
OldestLaunchConfiguration, NewestInstance,
ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and
AllocationStrategy. Currently, the OldestLaunchTemplate and
AllocationStrategy policies are only supported for Auto Scaling groups with
MixedInstancesPolicy.Copyright © 2019. All rights reserved.