public static interface ImportComponentResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ImportComponentResponse.Builder,ImportComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportComponentResponse.Builder |
clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
ImportComponentResponse.Builder |
componentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
|
ImportComponentResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportComponentResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ImportComponentResponse.Builder clientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.ImportComponentResponse.Builder componentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
componentBuildVersionArn - The Amazon Resource Name (ARN) of the imported component.Copyright © 2020. All rights reserved.