public static interface Section.Builder extends SdkPojo, CopyableBuilder<Section.Builder,Section>
| Modifier and Type | Method and Description |
|---|---|
Section.Builder |
attributes(Document attributes)
The content of a configuration section.
|
Section.Builder |
name(String name)
The name of the section.
|
Section.Builder |
size(Integer size)
The size, in bytes, of the section contents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSection.Builder attributes(Document attributes)
The content of a configuration section.
attributes - The content of a configuration section.Section.Builder name(String name)
The name of the section.
name - The name of the section.Section.Builder size(Integer size)
The size, in bytes, of the section contents.
size - The size, in bytes, of the section contents.Copyright © 2022. All rights reserved.