Interface CreateSnapshotResponse.Builder

    • Method Detail

      • volumeARN

        CreateSnapshotResponse.Builder volumeARN​(String volumeARN)

        The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

        Parameters:
        volumeARN - The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotId

        CreateSnapshotResponse.Builder snapshotId​(String snapshotId)

        The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).

        Parameters:
        snapshotId - The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).
        Returns:
        Returns a reference to this object so that method calls can be chained together.