public static interface PutLifecycleEventHookExecutionStatusResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<PutLifecycleEventHookExecutionStatusResponse.Builder,PutLifecycleEventHookExecutionStatusResponse>
Modifier and Type | Method and Description |
---|---|
PutLifecycleEventHookExecutionStatusResponse.Builder |
lifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
PutLifecycleEventHookExecutionStatusResponse.Builder lifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.
lifecycleEventHookExecutionId
- The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of
the deployment's AppSpec file.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.