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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSnapshotResponse.BuildersnapshotId(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).CreateSnapshotResponse.BuildervolumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.-
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
-
volumeARN
CreateSnapshotResponse.Builder volumeARN(String 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
CreateSnapshotResponse.Builder snapshotId(String 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.
-
-