Class GuestOsCompartmentIdFilter.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsCompartmentIdFilter.Builder
-
- Enclosing class:
- GuestOsCompartmentIdFilter
public static class GuestOsCompartmentIdFilter.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuestOsCompartmentIdFilterbuild()GuestOsCompartmentIdFilter.Buildercopy(GuestOsCompartmentIdFilter model)GuestOsCompartmentIdFilter.Builderidentifiers(List<String> identifiers)List of OCIDs of Compartments to include when discovering Exadata VM Cluster targets for a ‘GUEST_OS’ collection.GuestOsCompartmentIdFilter.Buildermode(GuestOsFleetDiscoveryFilter.Mode mode)
-
-
-
Method Detail
-
mode
public GuestOsCompartmentIdFilter.Builder mode(GuestOsFleetDiscoveryFilter.Mode mode)
-
identifiers
public GuestOsCompartmentIdFilter.Builder identifiers(List<String> identifiers)
List of OCIDs of Compartments to include when discovering Exadata VM Cluster targets for a ‘GUEST_OS’ collection.- Parameters:
identifiers- the value to set- Returns:
- this builder
-
build
public GuestOsCompartmentIdFilter build()
-
copy
public GuestOsCompartmentIdFilter.Builder copy(GuestOsCompartmentIdFilter model)
-
-