Class NetworkSecurityGroupVnic.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.NetworkSecurityGroupVnic.Builder
 
- 
- Enclosing class:
- NetworkSecurityGroupVnic
 
 public static class NetworkSecurityGroupVnic.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkSecurityGroupVnicbuild()NetworkSecurityGroupVnic.Buildercopy(NetworkSecurityGroupVnic model)NetworkSecurityGroupVnic.BuilderresourceId(String resourceId)The OCID of the parent resource that the VNIC is attached to (for example, a Compute instance).NetworkSecurityGroupVnic.BuildertimeAssociated(Date timeAssociated)The date and time the VNIC was added to the network security group, in the format defined by RFC3339.NetworkSecurityGroupVnic.BuildervnicId(String vnicId)The OCID of the VNIC.
 
- 
- 
- 
Method Detail- 
resourceIdpublic NetworkSecurityGroupVnic.Builder resourceId(String resourceId) The OCID of the parent resource that the VNIC is attached to (for example, a Compute instance).- Parameters:
- resourceId- the value to set
- Returns:
- this builder
 
 - 
timeAssociatedpublic NetworkSecurityGroupVnic.Builder timeAssociated(Date timeAssociated) The date and time the VNIC was added to the network security group, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeAssociated- the value to set
- Returns:
- this builder
 
 - 
vnicIdpublic NetworkSecurityGroupVnic.Builder vnicId(String vnicId) The OCID of the VNIC.- Parameters:
- vnicId- the value to set
- Returns:
- this builder
 
 - 
buildpublic NetworkSecurityGroupVnic build() 
 - 
copypublic NetworkSecurityGroupVnic.Builder copy(NetworkSecurityGroupVnic model) 
 
- 
 
-