Interface CreateSnapshotResponse.Builder

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

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

    • snapshotId

      CreateSnapshotResponse.Builder snapshotId(String snapshotId)

      The identifier of the snapshot that was created.

      Parameters:
      snapshotId - The identifier of the snapshot that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.