| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleHookSpecification.Builder |
LifecycleHookSpecification.builder() |
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.defaultResult(String defaultResult)
Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an
unexpected failure occurs.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.heartbeatTimeout(Integer heartbeatTimeout)
The maximum time, in seconds, that can elapse before the lifecycle hook times out.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.lifecycleTransition(String lifecycleTransition)
The state of the EC2 instance to which you want to attach the lifecycle hook.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.notificationMetadata(String notificationMetadata)
Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the
notification target.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.notificationTargetARN(String notificationTargetARN)
The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the
transition state for the lifecycle hook.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.Builder.roleARN(String roleARN)
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target,
for example, an Amazon SNS topic or an Amazon SQS queue.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LifecycleHookSpecification.Builder> |
LifecycleHookSpecification.serializableBuilderClass() |
Copyright © 2019. All rights reserved.