Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutLifecycleHookRequest.Builder,PutLifecycleHookRequest>
@Generated("software.amazon.awssdk:codegen") public class PutLifecycleHookRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutLifecycleHookRequest.Builder,PutLifecycleHookRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutLifecycleHookRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group to which you want to assign the lifecycle hook.
|
static PutLifecycleHookRequest.Builder |
builder() |
|
String |
defaultResult() |
Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected
failure occurs.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
heartbeatTimeout() |
The amount of time, in seconds, that can elapse before the lifecycle hook times out.
|
String |
lifecycleHookName() |
The name of the lifecycle hook.
|
String |
lifecycleTransition() |
The instance state to which you want to attach the lifecycle hook.
|
String |
notificationMetadata() |
Contains additional information that you want to include any time Auto Scaling sends a message to the
notification target.
|
String |
notificationTargetARN() |
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition
state for the lifecycle hook.
|
String |
roleARN() |
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
|
static Class<? extends PutLifecycleHookRequest.Builder> |
serializableBuilderClass() |
|
PutLifecycleHookRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String lifecycleHookName()
The name of the lifecycle hook.
public String autoScalingGroupName()
The name of the Auto Scaling group to which you want to assign the lifecycle hook.
public String lifecycleTransition()
The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see DescribeLifecycleHookTypes.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
public String roleARN()
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
This parameter is required for new lifecycle hooks, but optional when updating existing hooks.
public String notificationTargetARN()
The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the
following additional key/value pair: "Event": "autoscaling:TEST_NOTIFICATION"
.
This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic.
When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the
following additional key/value pair: "Event": "autoscaling:TEST_NOTIFICATION"
.
public String notificationMetadata()
Contains additional information that you want to include any time Auto Scaling sends a message to the notification target.
public Integer heartbeatTimeout()
The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat. The default is 3600 seconds (1 hour).
public String defaultResult()
Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected
failure occurs. This parameter can be either CONTINUE
or ABANDON
. The default value is
ABANDON
.
CONTINUE
or ABANDON
.
The default value is ABANDON
.public PutLifecycleHookRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutLifecycleHookRequest.Builder,PutLifecycleHookRequest>
public static PutLifecycleHookRequest.Builder builder()
public static Class<? extends PutLifecycleHookRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.