Interface GetComponentVersionArtifactRequest.Builder

    • 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 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, 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 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, S3EndpointType
      • 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, IotEndpointType
      • iotEndpointType

        GetComponentVersionArtifactRequest.Builder iotEndpointType​(IotEndpointType 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, IotEndpointType