public static interface ChangeBatch.Builder extends 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 |
comment(String comment)
Optional: Any comments you want to include about a change batch request.
|
copy
apply, build
ChangeBatch.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.