CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
, SdkBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
public static interface UpdateHostedZoneCommentRequest.Builder extends CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.