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