Uses of Interface
software.amazon.awssdk.services.route53.model.ChangeBatch.Builder
Packages that use ChangeBatch.Builder
-
Uses of ChangeBatch.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ChangeBatch.BuilderModifier and TypeMethodDescriptionstatic ChangeBatch.BuilderChangeBatch.builder()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.Information about the changes to make to the record sets.Optional: Any comments you want to include about a change batch request.ChangeBatch.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ChangeBatch.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeBatch.Builder>ChangeBatch.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ChangeBatch.BuilderModifier and TypeMethodDescriptionChangeResourceRecordSetsRequest.Builder.changeBatch(Consumer<ChangeBatch.Builder> changeBatch) A complex type that contains an optional comment and theChangeselement.