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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComponentVersionArtifactRequest.Builderarn(String arn)The ARN of the component version.GetComponentVersionArtifactRequest.BuilderartifactName(String artifactName)The name of the artifact.GetComponentVersionArtifactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentVersionArtifactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
arn
GetComponentVersionArtifactRequest.Builder arn(String 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
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 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComponentVersionArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-