public static interface UpdateHostedZoneCommentRequest.Builder extends Route53Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateHostedZoneCommentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateHostedZoneCommentRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateHostedZoneCommentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.