CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
, SdkBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
public static interface UpdateTrafficPolicyCommentRequest.Builder extends CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,UpdateTrafficPolicyCommentRequest>
Modifier and Type | Method | 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 |
version(Integer version) |
The value of
Version for the traffic policy that you want to update the comment for. |
copy
apply, build
UpdateTrafficPolicyCommentRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.