public static interface SetInstanceProtectionRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<SetInstanceProtectionRequest.Builder,SetInstanceProtectionRequest>
| Modifier and Type | Method and Description | 
|---|---|
SetInstanceProtectionRequest.Builder | 
autoScalingGroupName(String autoScalingGroupName)
 The name of the group. 
 | 
SetInstanceProtectionRequest.Builder | 
instanceIds(Collection<String> instanceIds)
 One or more instance IDs. 
 | 
SetInstanceProtectionRequest.Builder | 
instanceIds(String... instanceIds)
 One or more instance IDs. 
 | 
SetInstanceProtectionRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
SetInstanceProtectionRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
SetInstanceProtectionRequest.Builder | 
protectedFromScaleIn(Boolean protectedFromScaleIn)
 Indicates whether the instance is protected from termination by Auto Scaling when scaling in. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildSetInstanceProtectionRequest.Builder instanceIds(Collection<String> instanceIds)
One or more instance IDs.
instanceIds - One or more instance IDs.SetInstanceProtectionRequest.Builder instanceIds(String... instanceIds)
One or more instance IDs.
instanceIds - One or more instance IDs.SetInstanceProtectionRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName - The name of the group.SetInstanceProtectionRequest.Builder protectedFromScaleIn(Boolean protectedFromScaleIn)
Indicates whether the instance is protected from termination by Auto Scaling when scaling in.
protectedFromScaleIn - Indicates whether the instance is protected from termination by Auto Scaling when scaling in.SetInstanceProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetInstanceProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.