public static interface ChangeBatch.Builder extends SdkPojo, CopyableBuilder<ChangeBatch.Builder,ChangeBatch>
| Modifier and Type | Method and Description |
|---|---|
ChangeBatch.Builder |
changes(Change... changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
changes(Collection<Change> changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
changes(Consumer<Change.Builder>... changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
comment(String comment)
Optional: Any comments you want to include about a change batch request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeBatch.Builder comment(String comment)
Optional: Any comments you want to include about a change batch request.
comment - Optional: Any comments you want to include about a change batch request.ChangeBatch.Builder changes(Collection<Change> changes)
Information about the changes to make to the record sets.
changes - Information about the changes to make to the record sets.ChangeBatch.Builder changes(Change... changes)
Information about the changes to make to the record sets.
changes - Information about the changes to make to the record sets.ChangeBatch.Builder changes(Consumer<Change.Builder>... changes)
Information about the changes to make to the record sets.
This is a convenience method that creates an instance of theChange.Builder avoiding the need to create one manually
via Change.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #changes(List.
changes - a consumer that will call methods on
Change.Builder#changes(java.util.Collection) Copyright © 2023. All rights reserved.