Interface EbsSnapshot.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EbsSnapshot.Builder,,EbsSnapshot> SdkBuilder<EbsSnapshot.Builder,,EbsSnapshot> SdkPojo
- Enclosing class:
EbsSnapshot
@Mutable
@NotThreadSafe
public static interface EbsSnapshot.Builder
extends SdkPojo, CopyableBuilder<EbsSnapshot.Builder,EbsSnapshot>
-
Method Summary
Modifier and TypeMethodDescriptiondeviceName(String deviceName) The device name of the EBS snapshot that was scanned.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, sdkFieldNameToField, sdkFields
-
Method Details
-
deviceName
The device name of the EBS snapshot that was scanned.
- Parameters:
deviceName- The device name of the EBS snapshot that was scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-