public static interface CreateContainerRecipeResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateContainerRecipeResponse.Builder,CreateContainerRecipeResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateContainerRecipeResponse.Builder |
clientToken(String clientToken)
The client token used to make this request idempotent.
|
CreateContainerRecipeResponse.Builder |
containerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
|
CreateContainerRecipeResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContainerRecipeResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.CreateContainerRecipeResponse.Builder clientToken(String clientToken)
The client token used to make this request idempotent.
clientToken - The client token used to make this request idempotent.CreateContainerRecipeResponse.Builder containerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
containerRecipeArn - Returns the Amazon Resource Name (ARN) of the container recipe that the request created.Copyright © 2021. All rights reserved.