public static interface UpdateTrafficPolicyCommentRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrafficPolicyCommentRequest.Builder |
comment(String comment)
The new comment for the specified traffic policy and version.
|
UpdateTrafficPolicyCommentRequest.Builder |
id(String id)
The value of
Id for the traffic policy that you want to update the comment for. |
UpdateTrafficPolicyCommentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrafficPolicyCommentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTrafficPolicyCommentRequest.Builder |
version(Integer version)
The value of
Version for the traffic policy that you want to update the comment for. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTrafficPolicyCommentRequest.Builder id(String id)
The value of Id for the traffic policy that you want to update the comment for.
id - The value of Id for the traffic policy that you want to update the comment for.UpdateTrafficPolicyCommentRequest.Builder version(Integer version)
The value of Version for the traffic policy that you want to update the comment for.
version - The value of Version for the traffic policy that you want to update the comment for.UpdateTrafficPolicyCommentRequest.Builder comment(String comment)
The new comment for the specified traffic policy and version.
comment - The new comment for the specified traffic policy and version.UpdateTrafficPolicyCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTrafficPolicyCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.