Interface UpdateHostedZoneCommentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>,Route53Request.Builder,SdkBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHostedZoneCommentRequest
public static interface UpdateHostedZoneCommentRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateHostedZoneCommentRequest.Builder,UpdateHostedZoneCommentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHostedZoneCommentRequest.Buildercomment(String comment)The new comment for the hosted zone.UpdateHostedZoneCommentRequest.Builderid(String id)The ID for the hosted zone that you want to update the comment for.UpdateHostedZoneCommentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostedZoneCommentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UpdateHostedZoneCommentRequest.Builder id(String 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
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 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
-
-