Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.GetComponentResponse.Builder
-
Packages that use GetComponentResponse.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of GetComponentResponse.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return GetComponentResponse.Builder Modifier and Type Method Description static GetComponentResponse.BuilderGetComponentResponse. builder()GetComponentResponse.BuilderGetComponentResponse.Builder. recipe(SdkBytes recipe)The recipe of the component version.GetComponentResponse.BuilderGetComponentResponse.Builder. recipeOutputFormat(String recipeOutputFormat)The format of the recipe.GetComponentResponse.BuilderGetComponentResponse.Builder. recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)The format of the recipe.GetComponentResponse.BuilderGetComponentResponse.Builder. tags(Map<String,String> tags)A list of key-value pairs that contain metadata for the resource.GetComponentResponse.BuilderGetComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type GetComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetComponentResponse.Builder>GetComponentResponse. serializableBuilderClass()
-