ToCopyableBuilder<ChangeBatch.Builder,ChangeBatch>
@Generated("software.amazon.awssdk:codegen") public class ChangeBatch extends Object implements ToCopyableBuilder<ChangeBatch.Builder,ChangeBatch>
The information for a change request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ChangeBatch.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ChangeBatch.Builder |
builder() |
|
List<Change> |
changes() |
Information about the changes to make to the record sets.
|
String |
comment() |
Optional: Any comments you want to include about a change batch request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ChangeBatch.Builder> |
serializableBuilderClass() |
|
ChangeBatch.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String comment()
Optional: Any comments you want to include about a change batch request.
public List<Change> changes()
Information about the changes to make to the record sets.
public ChangeBatch.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChangeBatch.Builder,ChangeBatch>
public static ChangeBatch.Builder builder()
public static Class<? extends ChangeBatch.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.