public static interface GetComponentVersionArtifactRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<GetComponentVersionArtifactRequest.Builder,GetComponentVersionArtifactRequest>
| Modifier and Type | Method and Description |
|---|---|
GetComponentVersionArtifactRequest.Builder |
arn(String arn)
The ARN of the
component version.
|
GetComponentVersionArtifactRequest.Builder |
artifactName(String artifactName)
The name of the artifact.
|
GetComponentVersionArtifactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentVersionArtifactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComponentVersionArtifactRequest.Builder arn(String arn)
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
arn - The ARN of
the component version. Specify the ARN of a public or a Lambda component version.GetComponentVersionArtifactRequest.Builder artifactName(String 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 is SomeArtifact.zip.
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 is SomeArtifact.zip.
GetComponentVersionArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetComponentVersionArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.