public static interface ArchiveGroupSettings.Builder extends SdkPojo, CopyableBuilder<ArchiveGroupSettings.Builder,ArchiveGroupSettings>
| Modifier and Type | Method and Description |
|---|---|
ArchiveGroupSettings.Builder |
archiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
Parameters that control interactions with the CDN.
|
default ArchiveGroupSettings.Builder |
archiveCdnSettings(Consumer<ArchiveCdnSettings.Builder> archiveCdnSettings)
Parameters that control interactions with the CDN.
|
default ArchiveGroupSettings.Builder |
destination(Consumer<OutputLocationRef.Builder> destination)
A directory and base filename where archive files should be written.
|
ArchiveGroupSettings.Builder |
destination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
ArchiveGroupSettings.Builder |
rolloverInterval(Integer rolloverInterval)
Number of seconds to write to archive file before closing and starting a new one.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArchiveGroupSettings.Builder archiveCdnSettings(ArchiveCdnSettings archiveCdnSettings)
archiveCdnSettings - Parameters that control interactions with the CDN.default ArchiveGroupSettings.Builder archiveCdnSettings(Consumer<ArchiveCdnSettings.Builder> archiveCdnSettings)
ArchiveCdnSettings.Builder avoiding the need to create one manually via
ArchiveCdnSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to archiveCdnSettings(ArchiveCdnSettings).
archiveCdnSettings - a consumer that will call methods on ArchiveCdnSettings.BuilderarchiveCdnSettings(ArchiveCdnSettings)ArchiveGroupSettings.Builder destination(OutputLocationRef destination)
destination - A directory and base filename where archive files should be written.default ArchiveGroupSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination)
OutputLocationRef.Builder avoiding the need to create one manually via
OutputLocationRef.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(OutputLocationRef).
destination - a consumer that will call methods on OutputLocationRef.Builderdestination(OutputLocationRef)ArchiveGroupSettings.Builder rolloverInterval(Integer rolloverInterval)
rolloverInterval - Number of seconds to write to archive file before closing and starting a new one.Copyright © 2022. All rights reserved.