| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeBatch.Builder |
ChangeBatch.builder() |
ChangeBatch.Builder |
ChangeBatch.Builder.changes(Change... changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
ChangeBatch.Builder.changes(Collection<Change> changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
ChangeBatch.Builder.changes(Consumer<Change.Builder>... changes)
Information about the changes to make to the record sets.
|
ChangeBatch.Builder |
ChangeBatch.Builder.comment(String comment)
Optional: Any comments you want to include about a change batch request.
|
ChangeBatch.Builder |
ChangeBatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeBatch.Builder> |
ChangeBatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChangeResourceRecordSetsRequest.Builder |
ChangeResourceRecordSetsRequest.Builder.changeBatch(Consumer<ChangeBatch.Builder> changeBatch)
A complex type that contains an optional comment and the
Changes element. |
Copyright © 2023. All rights reserved.