Class InstanceShapeVariableDependsOn.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.InstanceShapeVariableDependsOn.Builder
-
- Enclosing class:
- InstanceShapeVariableDependsOn
public static class InstanceShapeVariableDependsOn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceShapeVariableDependsOn.BuilderavailabilityDomain(String availabilityDomain)Name of the Availability domain.InstanceShapeVariableDependsOnbuild()InstanceShapeVariableDependsOn.BuildercompartmentId(String compartmentId)OCID of the Compartment.InstanceShapeVariableDependsOn.Buildercopy(InstanceShapeVariableDependsOn model)InstanceShapeVariableDependsOn.BuilderimageId(String imageId)OCID of the image to use.
-
-
-
Method Detail
-
imageId
public InstanceShapeVariableDependsOn.Builder imageId(String imageId)
OCID of the image to use.- Parameters:
imageId- the value to set- Returns:
- this builder
-
compartmentId
public InstanceShapeVariableDependsOn.Builder compartmentId(String compartmentId)
OCID of the Compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
availabilityDomain
public InstanceShapeVariableDependsOn.Builder availabilityDomain(String availabilityDomain)
Name of the Availability domain.- Parameters:
availabilityDomain- the value to set- Returns:
- this builder
-
build
public InstanceShapeVariableDependsOn build()
-
copy
public InstanceShapeVariableDependsOn.Builder copy(InstanceShapeVariableDependsOn model)
-
-