Interface GetComponentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetComponentRequest.Builder,GetComponentRequest>,GreengrassV2Request.Builder,SdkBuilder<GetComponentRequest.Builder,GetComponentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetComponentRequest
public static interface GetComponentRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<GetComponentRequest.Builder,GetComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComponentRequest.Builderarn(String arn)The ARN of the component version.GetComponentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentRequest.BuilderrecipeOutputFormat(String recipeOutputFormat)The format of the recipe.GetComponentRequest.BuilderrecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)The format of the recipe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
recipeOutputFormat
GetComponentRequest.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
GetComponentRequest.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
-
arn
GetComponentRequest.Builder arn(String arn)
The ARN of the component version.
- Parameters:
arn- The ARN of the component version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-