public static interface DisassociateVpcFromHostedZoneResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<DisassociateVpcFromHostedZoneResponse.Builder,DisassociateVpcFromHostedZoneResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateVpcFromHostedZoneResponse.Builder |
changeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
default DisassociateVpcFromHostedZoneResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateVpcFromHostedZoneResponse.Builder changeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
changeInfo - A complex type that describes the changes made to the specified private hosted zone.default DisassociateVpcFromHostedZoneResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that describes the changes made to the specified private hosted zone.
This is a convenience method 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 © 2022. All rights reserved.