public static interface DescribeLifecycleHooksResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeLifecycleHooksResponse.Builder,DescribeLifecycleHooksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLifecycleHooksResponse.Builder |
lifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResponse.Builder |
lifecycleHooks(Consumer<LifecycleHook.Builder>... lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResponse.Builder |
lifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLifecycleHooksResponse.Builder lifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
lifecycleHooks - The lifecycle hooks for the specified group.DescribeLifecycleHooksResponse.Builder lifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
lifecycleHooks - The lifecycle hooks for the specified group.DescribeLifecycleHooksResponse.Builder lifecycleHooks(Consumer<LifecycleHook.Builder>... lifecycleHooks)
The lifecycle hooks for the specified group.
This is a convenience method that creates an instance of theLifecycleHook.Builder avoiding the need to create
one manually via LifecycleHook.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lifecycleHooks(List.
lifecycleHooks - a consumer that will call methods on
LifecycleHook.Builder#lifecycleHooks(java.util.Collection) Copyright © 2023. All rights reserved.