public static interface CompleteLifecycleActionRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
Modifier and Type | Method and Description |
---|---|
CompleteLifecycleActionRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
|
CompleteLifecycleActionRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
CompleteLifecycleActionRequest.Builder |
lifecycleActionResult(String lifecycleActionResult)
The action for the group to take.
|
CompleteLifecycleActionRequest.Builder |
lifecycleActionToken(String lifecycleActionToken)
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an
instance.
|
CompleteLifecycleActionRequest.Builder |
lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
CompleteLifecycleActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CompleteLifecycleActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CompleteLifecycleActionRequest.Builder lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName
- The name of the lifecycle hook.CompleteLifecycleActionRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
autoScalingGroupName
- The name of the group for the lifecycle hook.CompleteLifecycleActionRequest.Builder lifecycleActionToken(String lifecycleActionToken)
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
lifecycleActionToken
- A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an
instance. Auto Scaling sends this token to the notification target you specified when you created the
lifecycle hook.CompleteLifecycleActionRequest.Builder lifecycleActionResult(String lifecycleActionResult)
The action for the group to take. This parameter can be either CONTINUE
or ABANDON
.
lifecycleActionResult
- The action for the group to take. This parameter can be either CONTINUE
or
ABANDON
.CompleteLifecycleActionRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.CompleteLifecycleActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CompleteLifecycleActionRequest.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.