Interface SnapshotDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotDetail.Builder,
,SnapshotDetail> SdkBuilder<SnapshotDetail.Builder,
,SnapshotDetail> SdkPojo
- Enclosing class:
SnapshotDetail
@Mutable
@NotThreadSafe
public static interface SnapshotDetail.Builder
extends SdkPojo, CopyableBuilder<SnapshotDetail.Builder,SnapshotDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for the snapshot.deviceName
(String deviceName) The block device mapping for the snapshot.diskImageSize
(Double diskImageSize) The size of the disk in the snapshot, in GiB.The format of the disk image from which the snapshot is created.The percentage of progress for the task.snapshotId
(String snapshotId) The snapshot ID of the disk being imported.A brief status of the snapshot creation.statusMessage
(String statusMessage) A detailed status message for the snapshot creation.The URL used to access the disk image.default SnapshotDetail.Builder
userBucket
(Consumer<UserBucketDetails.Builder> userBucket) The Amazon S3 bucket for the disk image.userBucket
(UserBucketDetails userBucket) The Amazon S3 bucket for the disk image.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, sdkFieldNameToField, sdkFields
-
Method Details
-
description
A description for the snapshot.
- Parameters:
description
- A description for the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
The block device mapping for the snapshot.
- Parameters:
deviceName
- The block device mapping for the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskImageSize
The size of the disk in the snapshot, in GiB.
- Parameters:
diskImageSize
- The size of the disk in the snapshot, in GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the disk image from which the snapshot is created.
- Parameters:
format
- The format of the disk image from which the snapshot is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progress
The percentage of progress for the task.
- Parameters:
progress
- The percentage of progress for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotId
The snapshot ID of the disk being imported.
- Parameters:
snapshotId
- The snapshot ID of the disk being imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
A brief status of the snapshot creation.
- Parameters:
status
- A brief status of the snapshot creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
A detailed status message for the snapshot creation.
- Parameters:
statusMessage
- A detailed status message for the snapshot creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The URL used to access the disk image.
- Parameters:
url
- The URL used to access the disk image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userBucket
The Amazon S3 bucket for the disk image.
- Parameters:
userBucket
- The Amazon S3 bucket for the disk image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userBucket
The Amazon S3 bucket for the disk image.
This is a convenience method that creates an instance of theUserBucketDetails.Builder
avoiding the need to create one manually viaUserBucketDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserBucket(UserBucketDetails)
.- Parameters:
userBucket
- a consumer that will call methods onUserBucketDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-