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 Summary
Modifier and TypeMethodDescriptionsnapshotId(String snapshotId) The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud APIDescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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 APIDescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-