Interface CreateSnapshotResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>, SdkBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>, SdkPojo, SdkResponse.Builder, StorageGatewayResponse.Builder
Enclosing class:
CreateSnapshotResponse

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

    • 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.