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