static ExportSetting.Builder |
ExportSetting.builder() |
Create a new builder.
|
ExportSetting.Builder |
ExportSetting.Builder.copy(ExportSetting model) |
|
ExportSetting.Builder |
ExportSetting.Builder.exportDuration(ExportDuration exportDuration) |
The duration of data to be exported for fleets.
|
ExportSetting.Builder |
ExportSetting.Builder.exportFrequency(ExportFrequency exportFrequency) |
Schedule at which data will be exported.
|
ExportSetting.Builder |
ExportSetting.Builder.exportResources(ExportResources exportResources) |
Resource to export data associated from the fleets.
|
ExportSetting.Builder |
ExportSetting.Builder.exportSettingKey(String exportSettingKey) |
The internal identifier of the export setting.
|
ExportSetting.Builder |
ExportSetting.Builder.fleetId(String fleetId) |
|
ExportSetting.Builder |
ExportSetting.Builder.isCrossRegionAcknowledged(Boolean isCrossRegionAcknowledged) |
Acknowledgement for cross region target bucket configuration.
|
ExportSetting.Builder |
ExportSetting.Builder.isEnabled(Boolean isEnabled) |
ExportSetting flag to store enabled or disabled status.
|
ExportSetting.Builder |
ExportSetting.Builder.targetBucketName(String targetBucketName) |
The name of the bucket where data will be exported.
|
ExportSetting.Builder |
ExportSetting.Builder.targetBucketNamespace(String targetBucketNamespace) |
The namespace of the bucket where data will be exported.
|
ExportSetting.Builder |
ExportSetting.Builder.targetBucketRegion(String targetBucketRegion) |
The id of the region of the target bucket.
|
ExportSetting.Builder |
ExportSetting.Builder.timeCreated(Date timeCreated) |
The creation date and time of the export setting (formatted according to
RFC3339).
|
ExportSetting.Builder |
ExportSetting.Builder.timeLastModified(Date timeLastModified) |
The update date and time of the export setting (formatted according to
RFC3339).
|
ExportSetting.Builder |
ExportSetting.toBuilder() |
|