public static class ContainerInstanceConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContainerInstanceConfig.Builder |
availabilityDomain(String availabilityDomain)
Availability domain where the ContainerInstance will be created.
|
ContainerInstanceConfig |
build() |
ContainerInstanceConfig.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the ContainerInstance will be created.
|
ContainerInstanceConfig.Builder |
copy(ContainerInstanceConfig model) |
ContainerInstanceConfig.Builder |
networkChannel(NetworkChannel networkChannel) |
ContainerInstanceConfig.Builder |
shapeConfig(ShapeConfig shapeConfig) |
ContainerInstanceConfig.Builder |
shapeName(String shapeName)
The shape of the ContainerInstance.
|
public ContainerInstanceConfig.Builder compartmentId(String compartmentId)
The OCID of the compartment where the ContainerInstance will be created.
compartmentId
- the value to setpublic ContainerInstanceConfig.Builder availabilityDomain(String availabilityDomain)
Availability domain where the ContainerInstance will be created.
availabilityDomain
- the value to setpublic ContainerInstanceConfig.Builder shapeName(String shapeName)
The shape of the ContainerInstance. The shape determines the resources available to the ContainerInstance.
shapeName
- the value to setpublic ContainerInstanceConfig.Builder shapeConfig(ShapeConfig shapeConfig)
public ContainerInstanceConfig.Builder networkChannel(NetworkChannel networkChannel)
public ContainerInstanceConfig build()
public ContainerInstanceConfig.Builder copy(ContainerInstanceConfig model)
Copyright © 2016–2024. All rights reserved.