Package com.oracle.bmc.devops.model
Class ContainerInstanceConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.ContainerInstanceConfig.Builder
 
- 
- Enclosing class:
- ContainerInstanceConfig
 
 public static class ContainerInstanceConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerInstanceConfig.BuilderavailabilityDomain(String availabilityDomain)Availability domain where the ContainerInstance will be created.ContainerInstanceConfigbuild()ContainerInstanceConfig.BuildercompartmentId(String compartmentId)The OCID of the compartment where the ContainerInstance will be created.ContainerInstanceConfig.Buildercopy(ContainerInstanceConfig model)ContainerInstanceConfig.BuildernetworkChannel(NetworkChannel networkChannel)ContainerInstanceConfig.BuildershapeConfig(ShapeConfig shapeConfig)ContainerInstanceConfig.BuildershapeName(String shapeName)The shape of the ContainerInstance.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ContainerInstanceConfig.Builder compartmentId(String compartmentId) The OCID of the compartment where the ContainerInstance will be created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
availabilityDomainpublic ContainerInstanceConfig.Builder availabilityDomain(String availabilityDomain) Availability domain where the ContainerInstance will be created.- Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
shapeNamepublic ContainerInstanceConfig.Builder shapeName(String shapeName) The shape of the ContainerInstance.The shape determines the resources available to the ContainerInstance. - Parameters:
- shapeName- the value to set
- Returns:
- this builder
 
 - 
shapeConfigpublic ContainerInstanceConfig.Builder shapeConfig(ShapeConfig shapeConfig) 
 - 
networkChannelpublic ContainerInstanceConfig.Builder networkChannel(NetworkChannel networkChannel) 
 - 
buildpublic ContainerInstanceConfig build() 
 - 
copypublic ContainerInstanceConfig.Builder copy(ContainerInstanceConfig model) 
 
- 
 
-