CopyableBuilder<RecordLifecycleActionHeartbeatRequest.Builder,RecordLifecycleActionHeartbeatRequest>
, SdkBuilder<RecordLifecycleActionHeartbeatRequest.Builder,RecordLifecycleActionHeartbeatRequest>
public static interface RecordLifecycleActionHeartbeatRequest.Builder extends CopyableBuilder<RecordLifecycleActionHeartbeatRequest.Builder,RecordLifecycleActionHeartbeatRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.