public static interface ChangeResourceRecordSetsResponse.Builder extends Route53Response.Builder, CopyableBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ChangeResourceRecordSetsResponse.Builder |
changeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
default ChangeResourceRecordSetsResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about changes made to your hosted zone.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildChangeResourceRecordSetsResponse.Builder changeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
changeInfo - A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
default ChangeResourceRecordSetsResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
This is a convenience that creates an instance of theChangeInfo.Builder avoiding the need to create
one manually via ChangeInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to changeInfo(ChangeInfo).changeInfo - a consumer that will call methods on ChangeInfo.BuilderchangeInfo(ChangeInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.