Interface ImportDiskImageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportDiskImageResponse.Builder,,ImportDiskImageResponse> ImagebuilderResponse.Builder,SdkBuilder<ImportDiskImageResponse.Builder,,ImportDiskImageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ImportDiskImageResponse
@Mutable
@NotThreadSafe
public static interface ImportDiskImageResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ImportDiskImageResponse.Builder,ImportDiskImageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The client token that uniquely identifies the request.imageBuildVersionArn(String imageBuildVersionArn) The Amazon Resource Name (ARN) of the Image Builder image resource that this request created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clientToken
The client token that uniquely identifies the request.
- Parameters:
clientToken- The client token that uniquely identifies the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
The Amazon Resource Name (ARN) of the Image Builder image resource that this request created. The AMI doesn't exist yet when the response returns. The import runs asynchronously, and the output AMI appears in the image's output resources when the import completes.
- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the Image Builder image resource that this request created. The AMI doesn't exist yet when the response returns. The import runs asynchronously, and the output AMI appears in the image's output resources when the import completes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-