public static class ExportSetting.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportSetting |
build() |
ExportSetting.Builder |
copy(ExportSetting model) |
ExportSetting.Builder |
exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.
|
ExportSetting.Builder |
exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.
|
ExportSetting.Builder |
exportResources(ExportResources exportResources)
Resource to export data associated from the fleets.
|
ExportSetting.Builder |
exportSettingKey(String exportSettingKey)
The internal identifier of the export setting.
|
ExportSetting.Builder |
fleetId(String fleetId)
The OCID of the
fleet.
|
ExportSetting.Builder |
isCrossRegionAcknowledged(Boolean isCrossRegionAcknowledged)
Acknowledgement for cross region target bucket configuration.
|
ExportSetting.Builder |
isEnabled(Boolean isEnabled)
ExportSetting flag to store enabled or disabled status.
|
ExportSetting.Builder |
targetBucketName(String targetBucketName)
The name of the bucket where data will be exported.
|
ExportSetting.Builder |
targetBucketNamespace(String targetBucketNamespace)
The namespace of the bucket where data will be exported.
|
ExportSetting.Builder |
targetBucketRegion(String targetBucketRegion)
The id of the region of the target bucket.
|
ExportSetting.Builder |
timeCreated(Date timeCreated)
The creation date and time of the export setting (formatted according to
RFC3339).
|
ExportSetting.Builder |
timeLastModified(Date timeLastModified)
The update date and time of the export setting (formatted according to
RFC3339).
|
public ExportSetting.Builder exportSettingKey(String exportSettingKey)
The internal identifier of the export setting.
exportSettingKey
- the value to setpublic ExportSetting.Builder fleetId(String fleetId)
The OCID of the fleet.
fleetId
- the value to setpublic ExportSetting.Builder exportDuration(ExportDuration exportDuration)
The duration of data to be exported for fleets.
exportDuration
- the value to setpublic ExportSetting.Builder exportResources(ExportResources exportResources)
Resource to export data associated from the fleets.
exportResources
- the value to setpublic ExportSetting.Builder isCrossRegionAcknowledged(Boolean isCrossRegionAcknowledged)
Acknowledgement for cross region target bucket configuration.
isCrossRegionAcknowledged
- the value to setpublic ExportSetting.Builder targetBucketName(String targetBucketName)
The name of the bucket where data will be exported.
targetBucketName
- the value to setpublic ExportSetting.Builder targetBucketNamespace(String targetBucketNamespace)
The namespace of the bucket where data will be exported.
targetBucketNamespace
- the value to setpublic ExportSetting.Builder targetBucketRegion(String targetBucketRegion)
The id of the region of the target bucket.
targetBucketRegion
- the value to setpublic ExportSetting.Builder exportFrequency(ExportFrequency exportFrequency)
Schedule at which data will be exported.
exportFrequency
- the value to setpublic ExportSetting.Builder isEnabled(Boolean isEnabled)
ExportSetting flag to store enabled or disabled status.
isEnabled
- the value to setpublic ExportSetting.Builder timeCreated(Date timeCreated)
The creation date and time of the export setting (formatted according to RFC3339).
timeCreated
- the value to setpublic ExportSetting.Builder timeLastModified(Date timeLastModified)
The update date and time of the export setting (formatted according to RFC3339).
timeLastModified
- the value to setpublic ExportSetting build()
public ExportSetting.Builder copy(ExportSetting model)
Copyright © 2016–2024. All rights reserved.