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
Modifier and TypeMethodDescriptionThe ARN of the component version.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recipeOutputFormat
(String recipeOutputFormat) The format of the recipe.recipeOutputFormat
(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 Details
-
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-