Send feedback
Class ChangeRequest.Builder (2.76.0)
Version latestkeyboard_arrow_down
public static class ChangeRequest . Builder extends ChangeRequestInfo . Builder
A builder for ChangeRequests.
Methods
add(RecordSet recordSet)
public ChangeRequest . Builder add ( RecordSet recordSet )
Adds a RecordSet to be added to the zone upon executing this
ChangeRequestInfo.
Parameter
Name
Description
recordSet
RecordSet
Overrides
build()
public ChangeRequest build ()
Creates a ChangeRequestInfo instance populated by the values associated with this
builder.
Overrides
clearAdditions()
public ChangeRequest . Builder clearAdditions ()
Clears the collection of RecordSet s which are to be added to the zone upon executing
this ChangeRequestInfo.
Overrides
clearDeletions()
public ChangeRequest . Builder clearDeletions ()
Clears the collection of RecordSet s which are to be deleted from the zone upon
executing this ChangeRequestInfo.
Overrides
delete(RecordSet recordSet)
public ChangeRequest . Builder delete ( RecordSet recordSet )
Adds a RecordSet to be deleted to the zone upon executing this
ChangeRequestInfo.
Parameter
Name
Description
recordSet
RecordSet
Overrides
removeAddition(RecordSet recordSet)
public ChangeRequest . Builder removeAddition ( RecordSet recordSet )
Removes a single RecordSet from the collection of records to be
added to the zone upon executing this ChangeRequestInfo.
Parameter
Name
Description
recordSet
RecordSet
Overrides
removeDeletion(RecordSet recordSet)
public ChangeRequest . Builder removeDeletion ( RecordSet recordSet )
Removes a single RecordSet from the collection of records to be
deleted from the zone upon executing this ChangeRequestInfo.
Parameter
Name
Description
recordSet
RecordSet
Overrides
setAdditions(List<RecordSet> additions)
public ChangeRequest . Builder setAdditions ( List<RecordSet> additions )
Sets a collection of RecordSet s which are to be added to the zone upon executing this
ChangeRequestInfo.
Overrides
setDeletions(List<RecordSet> deletions)
public ChangeRequest . Builder setDeletions ( List<RecordSet> deletions )
Sets a collection of RecordSet s which are to be deleted from the zone upon executing
this ChangeRequestInfo.
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-29 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]