Interface ImageDiskContainer.Builder

    • Method Detail

      • description

        ImageDiskContainer.Builder description​(String description)

        The description of the disk image.

        Parameters:
        description - The description of the disk image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceName

        ImageDiskContainer.Builder deviceName​(String deviceName)

        The block device mapping for the disk.

        Parameters:
        deviceName - The block device mapping for the disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        ImageDiskContainer.Builder format​(String format)

        The format of the disk image being imported.

        Valid values: OVA | VHD | VHDX | VMDK | RAW

        Parameters:
        format - The format of the disk image being imported.

        Valid values: OVA | VHD | VHDX | VMDK | RAW

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

        ImageDiskContainer.Builder snapshotId​(String snapshotId)

        The ID of the EBS snapshot to be used for importing the snapshot.

        Parameters:
        snapshotId - The ID of the EBS snapshot to be used for importing the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        ImageDiskContainer.Builder url​(String url)

        The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

        Parameters:
        url - The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userBucket

        ImageDiskContainer.Builder userBucket​(UserBucket userBucket)

        The S3 bucket for the disk image.

        Parameters:
        userBucket - The S3 bucket for the disk image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.