Uses of Interface
software.amazon.awssdk.services.route53.model.ChangeBatch.Builder
-
Packages that use ChangeBatch.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ChangeBatch.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ChangeBatch.Builder Modifier and Type Method Description static ChangeBatch.BuilderChangeBatch. builder()ChangeBatch.BuilderChangeBatch.Builder. changes(Collection<Change> changes)Information about the changes to make to the record sets.ChangeBatch.BuilderChangeBatch.Builder. changes(Consumer<Change.Builder>... changes)Information about the changes to make to the record sets.ChangeBatch.BuilderChangeBatch.Builder. changes(Change... changes)Information about the changes to make to the record sets.ChangeBatch.BuilderChangeBatch.Builder. comment(String comment)Optional: Any comments you want to include about a change batch request.ChangeBatch.BuilderChangeBatch. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ChangeBatch.Builder Modifier and Type Method Description static Class<? extends ChangeBatch.Builder>ChangeBatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ChangeBatch.Builder Modifier and Type Method Description default ChangeResourceRecordSetsRequest.BuilderChangeResourceRecordSetsRequest.Builder. changeBatch(Consumer<ChangeBatch.Builder> changeBatch)A complex type that contains an optional comment and theChangeselement.
-