CopyableBuilder<ChangeBatch.Builder,ChangeBatch>
, SdkBuilder<ChangeBatch.Builder,ChangeBatch>
public static interface ChangeBatch.Builder extends CopyableBuilder<ChangeBatch.Builder,ChangeBatch>
Modifier and Type | Method | Description |
---|---|---|
ChangeBatch.Builder |
changes(Collection<Change> 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setChanges(java.util.Collection)
or #withChanges(java.util.Collection)
if you want to
override the existing values.
changes
- Information about the changes to make to the record sets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.