public static interface GetContainerRecipeResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<GetContainerRecipeResponse.Builder,GetContainerRecipeResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetContainerRecipeResponse.Builder |
containerRecipe(Consumer<ContainerRecipe.Builder> containerRecipe)
The container recipe object that is returned.
|
GetContainerRecipeResponse.Builder |
containerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
|
GetContainerRecipeResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContainerRecipeResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.GetContainerRecipeResponse.Builder containerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
containerRecipe - The container recipe object that is returned.default GetContainerRecipeResponse.Builder containerRecipe(Consumer<ContainerRecipe.Builder> containerRecipe)
The container recipe object that is returned.
This is a convenience method that creates an instance of theContainerRecipe.Builder avoiding the
need to create one manually via ContainerRecipe.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to containerRecipe(ContainerRecipe).
containerRecipe - a consumer that will call methods on ContainerRecipe.BuildercontainerRecipe(ContainerRecipe)Copyright © 2023. All rights reserved.