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 Details

    • 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

      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:
    • 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

      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.