Class LoopBackDrgAttachmentNetworkDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.LoopBackDrgAttachmentNetworkDetails.Builder
 
- 
- Enclosing class:
- LoopBackDrgAttachmentNetworkDetails
 
 public static class LoopBackDrgAttachmentNetworkDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LoopBackDrgAttachmentNetworkDetailsbuild()LoopBackDrgAttachmentNetworkDetails.Buildercopy(LoopBackDrgAttachmentNetworkDetails model)LoopBackDrgAttachmentNetworkDetails.Builderid(String id)LoopBackDrgAttachmentNetworkDetails.Builderids(List<String> ids)The OCID of the target IPSec tunnel attachment.
 
- 
- 
- 
Method Detail- 
idpublic LoopBackDrgAttachmentNetworkDetails.Builder id(String id) 
 - 
idspublic LoopBackDrgAttachmentNetworkDetails.Builder ids(List<String> ids) The OCID of the target IPSec tunnel attachment.- Parameters:
- ids- the value to set
- Returns:
- this builder
 
 - 
buildpublic LoopBackDrgAttachmentNetworkDetails build() 
 - 
copypublic LoopBackDrgAttachmentNetworkDetails.Builder copy(LoopBackDrgAttachmentNetworkDetails model) 
 
- 
 
-