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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartResourceStateUpdateResponse.BuilderlifecycleExecutionId(String lifecycleExecutionId)Identifies the lifecycle runtime instance that started the resource state update.StartResourceStateUpdateResponse.BuilderresourceArn(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 Detail
-
lifecycleExecutionId
StartResourceStateUpdateResponse.Builder lifecycleExecutionId(String 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
StartResourceStateUpdateResponse.Builder resourceArn(String 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.
-
-