public static interface UpdateHostedZoneCommentResponse.Builder extends Route53Response.Builder, CopyableBuilder<UpdateHostedZoneCommentResponse.Builder,UpdateHostedZoneCommentResponse>
| Modifier and Type | Method and Description | 
|---|---|
| default UpdateHostedZoneCommentResponse.Builder | hostedZone(Consumer<HostedZone.Builder> hostedZone)Sets the value of the HostedZone property for this object. | 
| UpdateHostedZoneCommentResponse.Builder | hostedZone(HostedZone hostedZone)Sets the value of the HostedZone property for this object. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateHostedZoneCommentResponse.Builder hostedZone(HostedZone hostedZone)
hostedZone - The new value for the HostedZone property for this object.default UpdateHostedZoneCommentResponse.Builder hostedZone(Consumer<HostedZone.Builder> hostedZone)
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.BuilderhostedZone(HostedZone)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.