public static interface DeleteHostedZoneResponse.Builder extends Route53Response.Builder, CopyableBuilder<DeleteHostedZoneResponse.Builder,DeleteHostedZoneResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteHostedZoneResponse.Builder |
changeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
default DeleteHostedZoneResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteHostedZoneResponse.Builder changeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
changeInfo - A complex type that contains the ID, the status, and the date and time of a request to delete a hosted
zone.default DeleteHostedZoneResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
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.