Interface UpdateTrafficPolicyCommentRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,,UpdateTrafficPolicyCommentRequest> Route53Request.Builder,SdkBuilder<UpdateTrafficPolicyCommentRequest.Builder,,UpdateTrafficPolicyCommentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateTrafficPolicyCommentRequest
public static interface UpdateTrafficPolicyCommentRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe new comment for the specified traffic policy and version.The value ofIdfor the traffic policy that you want to update the comment for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The value ofVersionfor the traffic policy that you want to update the comment for.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, sdkFields 
- 
Method Details
- 
id
The value of
Idfor the traffic policy that you want to update the comment for.- Parameters:
 id- The value ofIdfor the traffic policy that you want to update the comment for.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
version
The value of
Versionfor the traffic policy that you want to update the comment for.- Parameters:
 version- The value ofVersionfor the traffic policy 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 specified traffic policy and version.
- Parameters:
 comment- The new comment for the specified traffic policy and version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateTrafficPolicyCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateTrafficPolicyCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -