Interface StartResourceStateUpdateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartResourceStateUpdateResponse.Builder,
,StartResourceStateUpdateResponse> ImagebuilderResponse.Builder
,SdkBuilder<StartResourceStateUpdateResponse.Builder,
,StartResourceStateUpdateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartResourceStateUpdateResponse
public static interface StartResourceStateUpdateResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<StartResourceStateUpdateResponse.Builder,StartResourceStateUpdateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlifecycleExecutionId
(String lifecycleExecutionId) Identifies the lifecycle runtime instance that started the resource state update.resourceArn
(String resourceArn) The requested ARN of the Image Builder resource for the asynchronous update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
lifecycleExecutionId
Identifies the lifecycle runtime instance that started the resource state update.
- Parameters:
lifecycleExecutionId
- Identifies the lifecycle runtime instance that started the resource state update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The requested ARN of the Image Builder resource for the asynchronous update.
- Parameters:
resourceArn
- The requested ARN of the Image Builder resource for the asynchronous update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-