public static interface RestoreSnapshotFromRecycleBinResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RestoreSnapshotFromRecycleBinResponse.Builder,RestoreSnapshotFromRecycleBinResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreSnapshotFromRecycleBinResponse.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.RestoreSnapshotFromRecycleBinResponse.Builder outpostArn(String outpostArn)
The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
outpostArn - The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local
snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.RestoreSnapshotFromRecycleBinResponse.Builder description(String description)
The description for the snapshot.
description - The description for the snapshot.RestoreSnapshotFromRecycleBinResponse.Builder encrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
encrypted - Indicates whether the snapshot is encrypted.RestoreSnapshotFromRecycleBinResponse.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the EBS snapshot.
ownerId - The ID of the Amazon Web Services account that owns the EBS snapshot.RestoreSnapshotFromRecycleBinResponse.Builder progress(String progress)
The progress of the snapshot, as a percentage.
progress - The progress of the snapshot, as a percentage.RestoreSnapshotFromRecycleBinResponse.Builder startTime(Instant startTime)
The time stamp when the snapshot was initiated.
startTime - The time stamp when the snapshot was initiated.RestoreSnapshotFromRecycleBinResponse.Builder state(String state)
The state of the snapshot.
state - The state of the snapshot.SnapshotState,
SnapshotStateRestoreSnapshotFromRecycleBinResponse.Builder state(SnapshotState state)
The state of the snapshot.
state - The state of the snapshot.SnapshotState,
SnapshotStateRestoreSnapshotFromRecycleBinResponse.Builder volumeId(String volumeId)
The ID of the volume that was used to create the snapshot.
volumeId - The ID of the volume that was used to create the snapshot.RestoreSnapshotFromRecycleBinResponse.Builder volumeSize(Integer volumeSize)
The size of the volume, in GiB.
volumeSize - The size of the volume, in GiB.Copyright © 2022. All rights reserved.