public static interface UpdateHostedZoneCommentResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<UpdateHostedZoneCommentResponse.Builder,UpdateHostedZoneCommentResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateHostedZoneCommentResponse.Builder |
hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
UpdateHostedZoneCommentResponse.Builder |
hostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateHostedZoneCommentResponse.Builder hostedZone(HostedZone hostedZone)
A complex type that contains the response to the UpdateHostedZoneComment
request.
hostedZone
- A complex type that contains the response to the UpdateHostedZoneComment
request.default UpdateHostedZoneCommentResponse.Builder hostedZone(Consumer<HostedZone.Builder> hostedZone)
A complex type that contains the response to the UpdateHostedZoneComment
request.
HostedZone.Builder
avoiding the need to create
one manually via HostedZone.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to hostedZone(HostedZone)
.hostedZone
- a consumer that will call methods on HostedZone.Builder
hostedZone(HostedZone)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.