public static interface AwsAutoScalingAutoScalingGroupDetails.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingAutoScalingGroupDetails.Builder,AwsAutoScalingAutoScalingGroupDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingAutoScalingGroupDetails.Builder |
createdTime(String createdTime)
Indicates when the auto scaling group was created.
|
AwsAutoScalingAutoScalingGroupDetails.Builder |
healthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an
EC2 instance that has come into service.
|
AwsAutoScalingAutoScalingGroupDetails.Builder |
healthCheckType(String healthCheckType)
The service to use for the health checks.
|
AwsAutoScalingAutoScalingGroupDetails.Builder |
launchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
AwsAutoScalingAutoScalingGroupDetails.Builder |
loadBalancerNames(Collection<String> loadBalancerNames)
The list of load balancers associated with the group.
|
AwsAutoScalingAutoScalingGroupDetails.Builder |
loadBalancerNames(String... loadBalancerNames)
The list of load balancers associated with the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAutoScalingAutoScalingGroupDetails.Builder launchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
launchConfigurationName - The name of the launch configuration.AwsAutoScalingAutoScalingGroupDetails.Builder loadBalancerNames(Collection<String> loadBalancerNames)
The list of load balancers associated with the group.
loadBalancerNames - The list of load balancers associated with the group.AwsAutoScalingAutoScalingGroupDetails.Builder loadBalancerNames(String... loadBalancerNames)
The list of load balancers associated with the group.
loadBalancerNames - The list of load balancers associated with the group.AwsAutoScalingAutoScalingGroupDetails.Builder healthCheckType(String healthCheckType)
The service to use for the health checks.
healthCheckType - The service to use for the health checks.AwsAutoScalingAutoScalingGroupDetails.Builder healthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.
healthCheckGracePeriod - The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status
of an EC2 instance that has come into service.AwsAutoScalingAutoScalingGroupDetails.Builder createdTime(String createdTime)
Indicates when the auto scaling group was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
createdTime - Indicates when the auto scaling group was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Copyright © 2021. All rights reserved.