Interface InstanceBlockDeviceMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceBlockDeviceMapping.Builder,
,InstanceBlockDeviceMapping> SdkBuilder<InstanceBlockDeviceMapping.Builder,
,InstanceBlockDeviceMapping> SdkPojo
- Enclosing class:
InstanceBlockDeviceMapping
@Mutable
@NotThreadSafe
public static interface InstanceBlockDeviceMapping.Builder
extends SdkPojo, CopyableBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping>
-
Method Summary
Modifier and TypeMethodDescriptiondeviceName
(String deviceName) The device name (for example,/dev/sdh
orxvdh
).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
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
-
deviceName
The device name (for example,
/dev/sdh
orxvdh
).- Parameters:
deviceName
- The device name (for example,/dev/sdh
orxvdh
).- 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.Builder
avoiding the need to create one manually viaEbsInstanceBlockDevice.builder()
.When the
Consumer
completes,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:
-