Interface DiskImageDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>, SdkBuilder<DiskImageDescription.Builder,DiskImageDescription>, SdkPojo
Enclosing class:
DiskImageDescription

public static interface DiskImageDescription.Builder extends SdkPojo, CopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
  • Method Details

    • checksum

      The checksum computed for the disk image.

      Parameters:
      checksum - The checksum computed for the disk image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      The disk image format.

      Parameters:
      format - The disk image format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The disk image format.

      Parameters:
      format - The disk image format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • importManifestUrl

      DiskImageDescription.Builder importManifestUrl(String importManifestUrl)

      A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

      For information about the import manifest referenced by this API action, see VM Import Manifest.

      Parameters:
      importManifestUrl - A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

      For information about the import manifest referenced by this API action, see VM Import Manifest.

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

      The size of the disk image, in GiB.

      Parameters:
      size - The size of the disk image, in GiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.