public static interface GetComponentResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComponentResponse.Builder |
recipe(SdkBytes recipe)
The recipe of the component version.
|
GetComponentResponse.Builder |
recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
|
GetComponentResponse.Builder |
recipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
|
GetComponentResponse.Builder |
tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComponentResponse.Builder recipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
recipeOutputFormat - The format of the recipe.RecipeOutputFormat,
RecipeOutputFormatGetComponentResponse.Builder recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
recipeOutputFormat - The format of the recipe.RecipeOutputFormat,
RecipeOutputFormatGetComponentResponse.Builder recipe(SdkBytes recipe)
The recipe of the component version.
recipe - The recipe of the component version.GetComponentResponse.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.
tags - A list of key-value pairs that contain metadata for the resource. For more information, see Tag your
resources in the IoT Greengrass V2 Developer Guide.Copyright © 2023. All rights reserved.