public static interface RecordLifecycleActionHeartbeatRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<RecordLifecycleActionHeartbeatRequest.Builder,RecordLifecycleActionHeartbeatRequest>
Modifier and Type | Method and Description |
---|---|
RecordLifecycleActionHeartbeatRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the hook.
|
RecordLifecycleActionHeartbeatRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
RecordLifecycleActionHeartbeatRequest.Builder |
lifecycleActionToken(String lifecycleActionToken)
A token that uniquely identifies a specific lifecycle action associated with an instance.
|
RecordLifecycleActionHeartbeatRequest.Builder |
lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
RecordLifecycleActionHeartbeatRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RecordLifecycleActionHeartbeatRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
RecordLifecycleActionHeartbeatRequest.Builder lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName
- The name of the lifecycle hook.RecordLifecycleActionHeartbeatRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the hook.
autoScalingGroupName
- The name of the Auto Scaling group for the hook.RecordLifecycleActionHeartbeatRequest.Builder lifecycleActionToken(String lifecycleActionToken)
A token that uniquely 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 token that uniquely 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.RecordLifecycleActionHeartbeatRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.RecordLifecycleActionHeartbeatRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RecordLifecycleActionHeartbeatRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.