public static class FaultDomain.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FaultDomain.Builder |
availabilityDomain(String availabilityDomain)
The name of the availabilityDomain where the Fault Domain belongs.
|
FaultDomain |
build() |
FaultDomain.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
FaultDomain.Builder |
copy(FaultDomain model) |
FaultDomain.Builder |
id(String id)
The OCID of the Fault Domain.
|
FaultDomain.Builder |
name(String name)
The name of the Fault Domain.
|
public FaultDomain.Builder name(String name)
The name of the Fault Domain.
name
- the value to setpublic FaultDomain.Builder id(String id)
The OCID of the Fault Domain.
id
- the value to setpublic FaultDomain.Builder compartmentId(String compartmentId)
The OCID of the compartment. Currently only tenancy (root) compartment can be provided.
compartmentId
- the value to setpublic FaultDomain.Builder availabilityDomain(String availabilityDomain)
The name of the availabilityDomain where the Fault Domain belongs.
availabilityDomain
- the value to setpublic FaultDomain build()
public FaultDomain.Builder copy(FaultDomain model)
Copyright © 2016–2024. All rights reserved.