public static interface ArchiveCdnSettings.Builder extends SdkPojo, CopyableBuilder<ArchiveCdnSettings.Builder,ArchiveCdnSettings>
| Modifier and Type | Method and Description |
|---|---|
ArchiveCdnSettings.Builder |
archiveS3Settings(ArchiveS3Settings archiveS3Settings)
Sets the value of the ArchiveS3Settings property for this object.
|
default ArchiveCdnSettings.Builder |
archiveS3Settings(Consumer<ArchiveS3Settings.Builder> archiveS3Settings)
Sets the value of the ArchiveS3Settings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArchiveCdnSettings.Builder archiveS3Settings(ArchiveS3Settings archiveS3Settings)
archiveS3Settings - The new value for the ArchiveS3Settings property for this object.default ArchiveCdnSettings.Builder archiveS3Settings(Consumer<ArchiveS3Settings.Builder> archiveS3Settings)
ArchiveS3Settings.Builder avoiding the
need to create one manually via ArchiveS3Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to archiveS3Settings(ArchiveS3Settings).
archiveS3Settings - a consumer that will call methods on ArchiveS3Settings.BuilderarchiveS3Settings(ArchiveS3Settings)Copyright © 2022. All rights reserved.