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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTrafficPolicyCommentRequest.Buildercomment(String comment)The new comment for the specified traffic policy and version.UpdateTrafficPolicyCommentRequest.Builderid(String id)The value ofIdfor the traffic policy that you want to update the comment for.UpdateTrafficPolicyCommentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTrafficPolicyCommentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTrafficPolicyCommentRequest.Builderversion(Integer version)The value ofVersionfor the traffic policy that you want to update the comment for.-
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
UpdateTrafficPolicyCommentRequest.Builder id(String 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
UpdateTrafficPolicyCommentRequest.Builder version(Integer 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
UpdateTrafficPolicyCommentRequest.Builder comment(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTrafficPolicyCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-