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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateContainerRecipeResponse.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.