Interface GetComponentVersionArtifactRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetComponentVersionArtifactRequest.Builder,
,GetComponentVersionArtifactRequest> GreengrassV2Request.Builder
,SdkBuilder<GetComponentVersionArtifactRequest.Builder,
,GetComponentVersionArtifactRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetComponentVersionArtifactRequest
public static interface GetComponentVersionArtifactRequest.Builder
extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<GetComponentVersionArtifactRequest.Builder,GetComponentVersionArtifactRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the component version.artifactName
(String artifactName) The name of the artifact.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
arn
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
- Parameters:
arn
- The ARN of the component version. Specify the ARN of a public or a Lambda component version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactName
The name of the artifact.
You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip
, the artifact name isSomeArtifact.zip
.- Parameters:
artifactName
- The name of the artifact.You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip
, the artifact name isSomeArtifact.zip
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetComponentVersionArtifactRequest.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
GetComponentVersionArtifactRequest.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.
-