Class ChangeHostEndpointProtectionScanResultCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.model.ChangeHostEndpointProtectionScanResultCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeHostEndpointProtectionScanResultCompartmentDetails
 
 public static class ChangeHostEndpointProtectionScanResultCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeHostEndpointProtectionScanResultCompartmentDetailsbuild()ChangeHostEndpointProtectionScanResultCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the host port scan should be moved.ChangeHostEndpointProtectionScanResultCompartmentDetails.Buildercopy(ChangeHostEndpointProtectionScanResultCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeHostEndpointProtectionScanResultCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the host port scan should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeHostEndpointProtectionScanResultCompartmentDetails build() 
 
- 
 
-