Package com.oracle.bmc.ocvp.model
Class BlockVolumeAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.BlockVolumeAttachment.Builder
-
- Enclosing class:
- BlockVolumeAttachment
public static class BlockVolumeAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockVolumeAttachment
build()
BlockVolumeAttachment.Builder
copy(BlockVolumeAttachment model)
BlockVolumeAttachment.Builder
esxiHostId(String esxiHostId)
The OCIDs of the ESXi host that block volume is attached to.BlockVolumeAttachment.Builder
ipAddress(String ipAddress)
The IP address of block volume attachment.BlockVolumeAttachment.Builder
port(Integer port)
The port of block volume attachment.
-
-
-
Method Detail
-
esxiHostId
public BlockVolumeAttachment.Builder esxiHostId(String esxiHostId)
The OCIDs of the ESXi host that block volume is attached to.- Parameters:
esxiHostId
- the value to set- Returns:
- this builder
-
ipAddress
public BlockVolumeAttachment.Builder ipAddress(String ipAddress)
The IP address of block volume attachment.- Parameters:
ipAddress
- the value to set- Returns:
- this builder
-
port
public BlockVolumeAttachment.Builder port(Integer port)
The port of block volume attachment.- Parameters:
port
- the value to set- Returns:
- this builder
-
build
public BlockVolumeAttachment build()
-
copy
public BlockVolumeAttachment.Builder copy(BlockVolumeAttachment model)
-
-