Package com.oracle.bmc.filestorage.model
Class ExportSetSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.filestorage.model.ExportSetSummary.Builder
-
- Enclosing class:
- ExportSetSummary
public static class ExportSetSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
availabilityDomain
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
- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
compartmentId
public ExportSetSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the export set.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public 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
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
id
public ExportSetSummary.Builder id(String id)
The OCID of the export set.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public ExportSetSummary.Builder lifecycleState(ExportSetSummary.LifecycleState lifecycleState)
The current state of the export set.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public 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
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
vcnId
public ExportSetSummary.Builder vcnId(String vcnId)
The OCID of the virtual cloud network (VCN) the export set is in.- Parameters:
vcnId
- the value to set- Returns:
- this builder
-
build
public ExportSetSummary build()
-
copy
public ExportSetSummary.Builder copy(ExportSetSummary model)
-
-