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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockVolumeAttachmentbuild()BlockVolumeAttachment.Buildercopy(BlockVolumeAttachment model)BlockVolumeAttachment.BuilderesxiHostId(String esxiHostId)The OCIDs of the ESXi host that block volume is attached to.BlockVolumeAttachment.BuilderipAddress(String ipAddress)The IP address of block volume attachment.BlockVolumeAttachment.Builderport(Integer port)The port of block volume attachment.
 
- 
- 
- 
Method Detail- 
esxiHostIdpublic 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
 
 - 
ipAddresspublic BlockVolumeAttachment.Builder ipAddress(String ipAddress) The IP address of block volume attachment.- Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
portpublic BlockVolumeAttachment.Builder port(Integer port) The port of block volume attachment.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
buildpublic BlockVolumeAttachment build() 
 - 
copypublic BlockVolumeAttachment.Builder copy(BlockVolumeAttachment model) 
 
- 
 
-