Interface DeleteSnapshotResponse.Builder

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

public static interface DeleteSnapshotResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>
  • Method Details

    • snapshotId

      DeleteSnapshotResponse.Builder snapshotId(String snapshotId)

      The ID of the deleted snapshot.

      Parameters:
      snapshotId - The ID of the deleted snapshot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lifecycle

      DeleteSnapshotResponse.Builder lifecycle(String lifecycle)

      The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

      Parameters:
      lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lifecycle

      The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

      Parameters:
      lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: