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) |
UpdateHostedZoneCommentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateHostedZoneCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.