Interface SnapshotDiskContainer.Builder

    • Method Detail

      • description

        SnapshotDiskContainer.Builder description​(String description)

        The description of the disk image being imported.

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

        SnapshotDiskContainer.Builder format​(String format)

        The format of the disk image being imported.

        Valid values: VHD | VMDK | RAW

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

        Valid values: VHD | VMDK | RAW

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

        SnapshotDiskContainer.Builder url​(String url)

        The URL to the Amazon S3-based disk image being imported. It 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. It 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

        SnapshotDiskContainer.Builder userBucket​(UserBucket userBucket)

        The Amazon S3 bucket for the disk image.

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