Interface InstanceBlockDeviceMapping.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceBlockDeviceMapping.Builder,,InstanceBlockDeviceMapping> SdkBuilder<InstanceBlockDeviceMapping.Builder,,InstanceBlockDeviceMapping> SdkPojo
- Enclosing class:
 InstanceBlockDeviceMapping
public static interface InstanceBlockDeviceMapping.Builder
extends SdkPojo, CopyableBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeviceName(String deviceName) The device name (for example,/dev/sdhorxvdh).Parameters used to automatically set up EBS volumes when the instance is launched.Parameters used to automatically set up EBS volumes when the instance is launched.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, sdkFields 
- 
Method Details
- 
deviceName
The device name (for example,
/dev/sdhorxvdh).- Parameters:
 deviceName- The device name (for example,/dev/sdhorxvdh).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ebs
Parameters used to automatically set up EBS volumes when the instance is launched.
- Parameters:
 ebs- Parameters used to automatically set up EBS volumes when the instance is launched.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ebs
Parameters used to automatically set up EBS volumes when the instance is launched.
This is a convenience method that creates an instance of theEbsInstanceBlockDevice.Builderavoiding the need to create one manually viaEbsInstanceBlockDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toebs(EbsInstanceBlockDevice).- Parameters:
 ebs- a consumer that will call methods onEbsInstanceBlockDevice.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -