public static interface UpdateAutoScalingGroupRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>
Modifier and Type | Method and Description |
---|---|
UpdateAutoScalingGroupRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
UpdateAutoScalingGroupRequest.Builder |
availabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group.
|
UpdateAutoScalingGroupRequest.Builder |
availabilityZones(String... availabilityZones)
One or more Availability Zones for the group.
|
UpdateAutoScalingGroupRequest.Builder |
defaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
UpdateAutoScalingGroupRequest.Builder |
desiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the Auto Scaling group.
|
UpdateAutoScalingGroupRequest.Builder |
healthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an
EC2 instance that has come into service.
|
UpdateAutoScalingGroupRequest.Builder |
healthCheckType(String healthCheckType)
The service to use for the health checks.
|
UpdateAutoScalingGroupRequest.Builder |
launchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
default UpdateAutoScalingGroupRequest.Builder |
launchTemplate(Consumer<LaunchTemplateSpecification.Builder> launchTemplate)
The launch template and version to use to specify the updates.
|
UpdateAutoScalingGroupRequest.Builder |
launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates.
|
UpdateAutoScalingGroupRequest.Builder |
maxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
UpdateAutoScalingGroupRequest.Builder |
minSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
default UpdateAutoScalingGroupRequest.Builder |
mixedInstancesPolicy(Consumer<MixedInstancesPolicy.Builder> mixedInstancesPolicy)
The mixed instances policy to use to specify the updates.
|
UpdateAutoScalingGroupRequest.Builder |
mixedInstancesPolicy(MixedInstancesPolicy mixedInstancesPolicy)
The mixed instances policy to use to specify the updates.
|
UpdateAutoScalingGroupRequest.Builder |
newInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
UpdateAutoScalingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAutoScalingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateAutoScalingGroupRequest.Builder |
placementGroup(String placementGroup)
The name of the placement group into which to launch your instances, if any.
|
UpdateAutoScalingGroupRequest.Builder |
serviceLinkedRoleARN(String serviceLinkedRoleARN)
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS
services on your behalf.
|
UpdateAutoScalingGroupRequest.Builder |
terminationPolicies(Collection<String> terminationPolicies)
A standalone termination policy or a list of termination policies used to select the instance to terminate.
|
UpdateAutoScalingGroupRequest.Builder |
terminationPolicies(String... terminationPolicies)
A standalone termination policy or a list of termination policies used to select the instance to terminate.
|
UpdateAutoScalingGroupRequest.Builder |
vpcZoneIdentifier(String vpcZoneIdentifier)
The ID of the subnet, if you are launching into a VPC.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAutoScalingGroupRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.UpdateAutoScalingGroupRequest.Builder launchConfigurationName(String launchConfigurationName)
The name of the launch configuration. If you specify this parameter, you can't specify a launch template or a mixed instances policy.
launchConfigurationName
- The name of the launch configuration. If you specify this parameter, you can't specify a launch
template or a mixed instances policy.UpdateAutoScalingGroupRequest.Builder launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a mixed instances policy.
launchTemplate
- The launch template and version to use to specify the updates. If you specify this parameter, you
can't specify a launch configuration or a mixed instances policy.default UpdateAutoScalingGroupRequest.Builder launchTemplate(Consumer<LaunchTemplateSpecification.Builder> launchTemplate)
The launch template and version to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a mixed instances policy.
This is a convenience that creates an instance of theLaunchTemplateSpecification.Builder
avoiding
the need to create one manually via LaunchTemplateSpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to launchTemplate(LaunchTemplateSpecification)
.launchTemplate
- a consumer that will call methods on LaunchTemplateSpecification.Builder
launchTemplate(LaunchTemplateSpecification)
UpdateAutoScalingGroupRequest.Builder mixedInstancesPolicy(MixedInstancesPolicy mixedInstancesPolicy)
The mixed instances policy to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a launch template.
mixedInstancesPolicy
- The mixed instances policy to use to specify the updates. If you specify this parameter, you can't
specify a launch configuration or a launch template.default UpdateAutoScalingGroupRequest.Builder mixedInstancesPolicy(Consumer<MixedInstancesPolicy.Builder> mixedInstancesPolicy)
The mixed instances policy to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a launch template.
This is a convenience that creates an instance of theMixedInstancesPolicy.Builder
avoiding the need
to create one manually via MixedInstancesPolicy.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to mixedInstancesPolicy(MixedInstancesPolicy)
.mixedInstancesPolicy
- a consumer that will call methods on MixedInstancesPolicy.Builder
mixedInstancesPolicy(MixedInstancesPolicy)
UpdateAutoScalingGroupRequest.Builder minSize(Integer minSize)
The minimum size of the Auto Scaling group.
minSize
- The minimum size of the Auto Scaling group.UpdateAutoScalingGroupRequest.Builder maxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
maxSize
- The maximum size of the Auto Scaling group.UpdateAutoScalingGroupRequest.Builder desiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.
desiredCapacity
- The number of EC2 instances that should be running in the Auto Scaling group. This number must be
greater than or equal to the minimum size of the group and less than or equal to the maximum size of
the group.UpdateAutoScalingGroupRequest.Builder defaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.
For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
defaultCooldown
- The amount of time, in seconds, after a scaling activity completes before another scaling activity can
start. The default is 300.
For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
UpdateAutoScalingGroupRequest.Builder availabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group.
availabilityZones
- One or more Availability Zones for the group.UpdateAutoScalingGroupRequest.Builder availabilityZones(String... availabilityZones)
One or more Availability Zones for the group.
availabilityZones
- One or more Availability Zones for the group.UpdateAutoScalingGroupRequest.Builder healthCheckType(String healthCheckType)
The service to use for the health checks. The valid values are EC2
and ELB
.
healthCheckType
- The service to use for the health checks. The valid values are EC2
and ELB
.UpdateAutoScalingGroupRequest.Builder healthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 0.
For more information, see Health Checks in the Amazon EC2 Auto Scaling User Guide.
healthCheckGracePeriod
- The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status
of an EC2 instance that has come into service. The default is 0.
For more information, see Health Checks in the Amazon EC2 Auto Scaling User Guide.
UpdateAutoScalingGroupRequest.Builder placementGroup(String placementGroup)
The name of the placement group into which to launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
placementGroup
- The name of the placement group into which to launch your instances, if any. For more information, see
Placement
Groups in the Amazon Elastic Compute Cloud User Guide.UpdateAutoScalingGroupRequest.Builder vpcZoneIdentifier(String vpcZoneIdentifier)
The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.
When you specify VPCZoneIdentifier
with AvailabilityZones
, ensure that the subnets'
Availability Zones match the values you specify for AvailabilityZones
.
For more information, see Launching Auto Scaling Instances in a VPC in the Amazon EC2 Auto Scaling User Guide.
vpcZoneIdentifier
- The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a
comma-separated list.
When you specify VPCZoneIdentifier
with AvailabilityZones
, ensure that the
subnets' Availability Zones match the values you specify for AvailabilityZones
.
For more information, see Launching Auto Scaling Instances in a VPC in the Amazon EC2 Auto Scaling User Guide.
UpdateAutoScalingGroupRequest.Builder terminationPolicies(Collection<String> terminationPolicies)
A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
terminationPolicies
- A standalone termination policy or a list of termination policies used to select the instance to
terminate. The policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
UpdateAutoScalingGroupRequest.Builder terminationPolicies(String... terminationPolicies)
A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
terminationPolicies
- A standalone termination policy or a list of termination policies used to select the instance to
terminate. The policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
UpdateAutoScalingGroupRequest.Builder newInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
newInstancesProtectedFromScaleIn
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling
in.UpdateAutoScalingGroupRequest.Builder serviceLinkedRoleARN(String serviceLinkedRoleARN)
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf.
serviceLinkedRoleARN
- The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call
other AWS services on your behalf.UpdateAutoScalingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAutoScalingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.