Interface GetComponentVersionArtifactRequest.Builder

  • 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 is SomeArtifact.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 is SomeArtifact.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 REGIONAL in all cases. In the US East (N. Virginia) Region the default is GLOBAL, but you can change it to REGIONAL with 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 REGIONAL in all cases. In the US East (N. Virginia) Region the default is GLOBAL, but you can change it to REGIONAL with this parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3EndpointType

      Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.

      All Amazon Web Services Regions except US East (N. Virginia) use REGIONAL in all cases. In the US East (N. Virginia) Region the default is GLOBAL, but you can change it to REGIONAL with 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 REGIONAL in all cases. In the US East (N. Virginia) Region the default is GLOBAL, but you can change it to REGIONAL with this parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • iotEndpointType

      GetComponentVersionArtifactRequest.Builder iotEndpointType(String iotEndpointType)

      Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify fips if 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 is standard.

      Parameters:
      iotEndpointType - Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify fips if 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 is standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • iotEndpointType

      Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify fips if 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 is standard.

      Parameters:
      iotEndpointType - Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify fips if 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 is standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.