Interface AdditionalInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdditionalInfo.Builder,,AdditionalInfo> SdkBuilder<AdditionalInfo.Builder,,AdditionalInfo> SdkPojo
- Enclosing class:
AdditionalInfo
@Mutable
@NotThreadSafe
public static interface AdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<AdditionalInfo.Builder,AdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondeviceName(String deviceName) The device name of the EBS volume, if applicable.The version ID of the S3 object, if applicable.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
-
versionId
The version ID of the S3 object, if applicable.
- Parameters:
versionId- The version ID of the S3 object, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
The device name of the EBS volume, if applicable.
- Parameters:
deviceName- The device name of the EBS volume, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-