public static class ExportSetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportSetSummary.Builder |
availabilityDomain(String availabilityDomain)
The availability domain the export set is in.
|
ExportSetSummary |
build() |
ExportSetSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment that contains the export set.
|
ExportSetSummary.Builder |
copy(ExportSetSummary model) |
ExportSetSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
ExportSetSummary.Builder |
id(String id)
The OCID of the
export set.
|
ExportSetSummary.Builder |
lifecycleState(ExportSetSummary.LifecycleState lifecycleState)
The current state of the export set.
|
ExportSetSummary.Builder |
timeCreated(Date timeCreated)
The date and time the export set was created, expressed in RFC
3339 timestamp format.
|
ExportSetSummary.Builder |
vcnId(String vcnId)
The OCID of the
virtual cloud network (VCN) the export set is in.
|
public ExportSetSummary.Builder availabilityDomain(String availabilityDomain)
The availability domain the export set is in. May be unset as a blank or NULL value.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic ExportSetSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the export set.
compartmentId
- the value to setpublic ExportSetSummary.Builder displayName(String displayName)
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My export set
displayName
- the value to setpublic ExportSetSummary.Builder id(String id)
The OCID of the export set.
id
- the value to setpublic ExportSetSummary.Builder lifecycleState(ExportSetSummary.LifecycleState lifecycleState)
The current state of the export set.
lifecycleState
- the value to setpublic ExportSetSummary.Builder timeCreated(Date timeCreated)
The date and time the export set was created, expressed in RFC 3339 timestamp format.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ExportSetSummary.Builder vcnId(String vcnId)
The OCID of the virtual cloud network (VCN) the export set is in.
vcnId
- the value to setpublic ExportSetSummary build()
public ExportSetSummary.Builder copy(ExportSetSummary model)
Copyright © 2016–2024. All rights reserved.