CopyableBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
, SdkBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
public static interface DeleteLifecycleHookRequest.Builder extends CopyableBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteLifecycleHookRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group for the lifecycle hook.
|
DeleteLifecycleHookRequest.Builder |
lifecycleHookName(String lifecycleHookName) |
The name of the lifecycle hook.
|
copy
apply, build
DeleteLifecycleHookRequest.Builder lifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName
- The name of the lifecycle hook.DeleteLifecycleHookRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
autoScalingGroupName
- The name of the Auto Scaling group for the lifecycle hook.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.