Uses of Interface
software.amazon.awssdk.services.autoscaling.model.SetInstanceProtectionRequest.Builder
-
Packages that use SetInstanceProtectionRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of SetInstanceProtectionRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type SetInstanceProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<SetInstanceProtectionResponse>AutoScalingAsyncClient. setInstanceProtection(Consumer<SetInstanceProtectionRequest.Builder> setInstanceProtectionRequest)Updates the instance protection settings of the specified instances.default SetInstanceProtectionResponseAutoScalingClient. setInstanceProtection(Consumer<SetInstanceProtectionRequest.Builder> setInstanceProtectionRequest)Updates the instance protection settings of the specified instances. -
Uses of SetInstanceProtectionRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return SetInstanceProtectionRequest.Builder Modifier and Type Method Description SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest. builder()SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. instanceIds(String... instanceIds)One or more instance IDs.SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. instanceIds(Collection<String> instanceIds)One or more instance IDs.SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest.Builder. protectedFromScaleIn(Boolean protectedFromScaleIn)Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.SetInstanceProtectionRequest.BuilderSetInstanceProtectionRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type SetInstanceProtectionRequest.Builder Modifier and Type Method Description static Class<? extends SetInstanceProtectionRequest.Builder>SetInstanceProtectionRequest. serializableBuilderClass()
-