public static interface SectionModification.Builder extends SdkPojo, CopyableBuilder<SectionModification.Builder,SectionModification>
| Modifier and Type | Method and Description |
|---|---|
SectionModification.Builder |
operation(Operation operation)
The operation to be performed on a configuration section.
|
SectionModification.Builder |
operation(String operation)
The operation to be performed on a configuration section.
|
SectionModification.Builder |
path(String path)
The path within the section content to be modified.
|
SectionModification.Builder |
section(String section)
The name of the section to be modified.
|
SectionModification.Builder |
value(Document value)
For add and replace operations, this is the value that will be used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSectionModification.Builder operation(String operation)
The operation to be performed on a configuration section.
Content can be added, deleted, or replaced within a section.
SectionModification.Builder operation(Operation operation)
The operation to be performed on a configuration section.
Content can be added, deleted, or replaced within a section.
SectionModification.Builder path(String path)
The path within the section content to be modified.
path - The path within the section content to be modified.SectionModification.Builder section(String section)
The name of the section to be modified.
section - The name of the section to be modified.SectionModification.Builder value(Document value)
For add and replace operations, this is the value that will be used.
This field should be omitted for delete operations.
value - For add and replace operations, this is the value that will be used.
This field should be omitted for delete operations.
Copyright © 2022. All rights reserved.