Interface ImportComponentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ImportComponentResponse.Builder,
,ImportComponentResponse> ImagebuilderResponse.Builder
,SdkBuilder<ImportComponentResponse.Builder,
,ImportComponentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ImportComponentResponse
@Mutable
@NotThreadSafe
public static interface ImportComponentResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ImportComponentResponse.Builder,ImportComponentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token that uniquely identifies the request.componentBuildVersionArn
(String componentBuildVersionArn) The Amazon Resource Name (ARN) of the imported component.The request ID that uniquely identifies this request.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue
- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
componentBuildVersionArn
The Amazon Resource Name (ARN) of the imported component.
- Parameters:
componentBuildVersionArn
- The Amazon Resource Name (ARN) of the imported component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-