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
-
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.
-
s3EndpointType
GetComponentVersionArtifactRequest.Builder s3EndpointType(String s3EndpointType)
Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.
All Amazon Web Services Regions except US East (N. Virginia) use
REGIONALin all cases. In the US East (N. Virginia) Region the default isGLOBAL, but you can change it toREGIONALwith this parameter.- Parameters:
s3EndpointType- Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.All Amazon Web Services Regions except US East (N. Virginia) use
REGIONALin all cases. In the US East (N. Virginia) Region the default isGLOBAL, but you can change it toREGIONALwith this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3EndpointType,S3EndpointType
-
s3EndpointType
GetComponentVersionArtifactRequest.Builder s3EndpointType(S3EndpointType s3EndpointType)
Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.
All Amazon Web Services Regions except US East (N. Virginia) use
REGIONALin all cases. In the US East (N. Virginia) Region the default isGLOBAL, but you can change it toREGIONALwith this parameter.- Parameters:
s3EndpointType- Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.All Amazon Web Services Regions except US East (N. Virginia) use
REGIONALin all cases. In the US East (N. Virginia) Region the default isGLOBAL, but you can change it toREGIONALwith this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3EndpointType,S3EndpointType
-
iotEndpointType
GetComponentVersionArtifactRequest.Builder iotEndpointType(String iotEndpointType)
Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify
fipsif you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default isstandard.- Parameters:
iotEndpointType- Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specifyfipsif you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default isstandard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IotEndpointType,IotEndpointType
-
iotEndpointType
GetComponentVersionArtifactRequest.Builder iotEndpointType(IotEndpointType iotEndpointType)
Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify
fipsif you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default isstandard.- Parameters:
iotEndpointType- Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specifyfipsif you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default isstandard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IotEndpointType,IotEndpointType
-
overrideConfiguration
GetComponentVersionArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComponentVersionArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-