Interface CreateSnapshotFromVolumeRecoveryPointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointResponse.Builder,CreateSnapshotFromVolumeRecoveryPointResponse>,SdkBuilder<CreateSnapshotFromVolumeRecoveryPointResponse.Builder,CreateSnapshotFromVolumeRecoveryPointResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- CreateSnapshotFromVolumeRecoveryPointResponse
public static interface CreateSnapshotFromVolumeRecoveryPointResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointResponse.Builder,CreateSnapshotFromVolumeRecoveryPointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSnapshotFromVolumeRecoveryPointResponse.BuildersnapshotId(String snapshotId)The ID of the snapshot.CreateSnapshotFromVolumeRecoveryPointResponse.BuildervolumeARN(String volumeARN)The Amazon Resource Name (ARN) of the iSCSI volume target.CreateSnapshotFromVolumeRecoveryPointResponse.BuildervolumeRecoveryPointTime(String volumeRecoveryPointTime)The time the volume was created from the recovery point.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
snapshotId
CreateSnapshotFromVolumeRecoveryPointResponse.Builder snapshotId(String snapshotId)
The ID of the snapshot.
- Parameters:
snapshotId- The ID of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeARN
CreateSnapshotFromVolumeRecoveryPointResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
- Parameters:
volumeARN- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeRecoveryPointTime
CreateSnapshotFromVolumeRecoveryPointResponse.Builder volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
- Parameters:
volumeRecoveryPointTime- The time the volume was created from the recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-