Interface UpdateHostedZoneCommentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,,UpdateHostedZoneCommentRequest> Route53Request.Builder,SdkBuilder<UpdateHostedZoneCommentRequest.Builder,,UpdateHostedZoneCommentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHostedZoneCommentRequest
@Mutable
@NotThreadSafe
public static interface UpdateHostedZoneCommentRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe new comment for the hosted zone.The ID for the hosted zone that you want to update the comment for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID for the hosted zone that you want to update the comment for.
- Parameters:
id- The ID for the hosted zone that you want to update the comment for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 theCommentelement, if any.- Parameters:
comment- The new comment for the hosted zone. If you don't specify a value forComment, Amazon Route 53 deletes the existing value of theCommentelement, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHostedZoneCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHostedZoneCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-