Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ExportSummary.Builder |
ExportSummary.builder()
Create a new builder.
|
ExportSummary.Builder |
ExportSummary.Builder.copy(ExportSummary model) |
ExportSummary.Builder |
ExportSummary.Builder.exportSetId(String exportSetId)
The OCID of
this export’s export set.
|
ExportSummary.Builder |
ExportSummary.Builder.fileSystemId(String fileSystemId)
The OCID of
this export’s file system.
|
ExportSummary.Builder |
ExportSummary.Builder.id(String id)
The OCID of
this export.
|
ExportSummary.Builder |
ExportSummary.Builder.lifecycleState(ExportSummary.LifecycleState lifecycleState)
The current state of this export.
|
ExportSummary.Builder |
ExportSummary.Builder.path(String path)
Path used to access the associated file system.
|
ExportSummary.Builder |
ExportSummary.Builder.timeCreated(Date timeCreated)
The date and time the export was created, expressed in RFC
3339 timestamp format.
|
ExportSummary.Builder |
ExportSummary.toBuilder() |
Copyright © 2016–2023. All rights reserved.