public static interface UpdateHostedZoneCommentRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHostedZoneCommentRequest.Builder |
comment(String comment)
The new comment for the hosted zone.
|
UpdateHostedZoneCommentRequest.Builder |
id(String id)
The ID for the hosted zone that you want to update the comment for.
|
UpdateHostedZoneCommentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateHostedZoneCommentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateHostedZoneCommentRequest.Builder id(String id)
The ID for the hosted zone that you want to update the comment for.
id - The ID for the hosted zone that you want to update the comment for.UpdateHostedZoneCommentRequest.Builder comment(String comment)
The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53
deletes the existing value of the Comment element, if any.
comment - The new comment for the hosted zone. If you don't specify a value for Comment, Amazon
Route 53 deletes the existing value of the Comment element, if any.UpdateHostedZoneCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateHostedZoneCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.