public static interface UpdateTrafficPolicyCommentRequest.Builder extends Route53Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateTrafficPolicyCommentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateTrafficPolicyCommentRequest.Builder |
version(Integer version)
The value of
Version for the traffic policy that you want to update the comment for. |
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateTrafficPolicyCommentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.