| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static SectionModification.Builder |
SectionModification.builder() |
SectionModification.Builder |
SectionModification.Builder.operation(Operation operation)
The operation to be performed on a configuration section.
|
SectionModification.Builder |
SectionModification.Builder.operation(String operation)
The operation to be performed on a configuration section.
|
SectionModification.Builder |
SectionModification.Builder.path(String path)
The path within the section content to be modified.
|
SectionModification.Builder |
SectionModification.Builder.section(String section)
The name of the section to be modified.
|
SectionModification.Builder |
SectionModification.toBuilder() |
SectionModification.Builder |
SectionModification.Builder.value(Document value)
For add and replace operations, this is the value that will be used.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SectionModification.Builder> |
SectionModification.serializableBuilderClass() |
Copyright © 2022. All rights reserved.