| 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)
The action the Auto Scaling group takes 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 lifecycle transition.
|
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 Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling sends notifications to
when an instance is in a wait 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.
|
LifecycleHookSpecification.Builder |
LifecycleHookSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LifecycleHookSpecification.Builder> |
LifecycleHookSpecification.serializableBuilderClass() |
Copyright © 2022. All rights reserved.