Interface GetImageRecipeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetImageRecipeResponse.Builder,,GetImageRecipeResponse> ImagebuilderResponse.Builder,SdkBuilder<GetImageRecipeResponse.Builder,,GetImageRecipeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetImageRecipeResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetImageRecipeResponse.BuilderimageRecipe(Consumer<ImageRecipe.Builder> imageRecipe) The image recipe object.imageRecipe(ImageRecipe imageRecipe) The image recipe object.default GetImageRecipeResponse.BuilderlatestVersionReferences(Consumer<LatestVersionReferences.Builder> latestVersionReferences) A set of wildcard version ARNs that always reference the latest version of the resource.latestVersionReferences(LatestVersionReferences latestVersionReferences) A set of wildcard version ARNs that always reference the latest version of the resource.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestId- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipe
The image recipe object.
- Parameters:
imageRecipe- The image recipe object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipe
The image recipe object.
This is a convenience method that creates an instance of theImageRecipe.Builderavoiding the need to create one manually viaImageRecipe.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageRecipe(ImageRecipe).- Parameters:
imageRecipe- a consumer that will call methods onImageRecipe.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
latestVersionReferences
GetImageRecipeResponse.Builder latestVersionReferences(LatestVersionReferences latestVersionReferences) A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.
- Parameters:
latestVersionReferences- A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionReferences
default GetImageRecipeResponse.Builder latestVersionReferences(Consumer<LatestVersionReferences.Builder> latestVersionReferences) A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.
This is a convenience method that creates an instance of theLatestVersionReferences.Builderavoiding the need to create one manually viaLatestVersionReferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolatestVersionReferences(LatestVersionReferences).- Parameters:
latestVersionReferences- a consumer that will call methods onLatestVersionReferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-