Interface GetComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>,GreengrassV2Response.Builder,SdkBuilder<GetComponentResponse.Builder,GetComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetComponentResponse
public static interface GetComponentResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComponentResponse.Builderrecipe(SdkBytes recipe)The recipe of the component version.GetComponentResponse.BuilderrecipeOutputFormat(String recipeOutputFormat)The format of the recipe.GetComponentResponse.BuilderrecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)The format of the recipe.GetComponentResponse.Buildertags(Map<String,String> tags)A list of key-value pairs that contain metadata for the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
recipeOutputFormat
GetComponentResponse.Builder recipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
- Parameters:
recipeOutputFormat- The format of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecipeOutputFormat,RecipeOutputFormat
-
recipeOutputFormat
GetComponentResponse.Builder recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
- Parameters:
recipeOutputFormat- The format of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecipeOutputFormat,RecipeOutputFormat
-
recipe
GetComponentResponse.Builder recipe(SdkBytes recipe)
The recipe of the component version.
- Parameters:
recipe- The recipe of the component version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-