Interface UpdateTrafficPolicyCommentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateTrafficPolicyCommentRequest.Builder,
,UpdateTrafficPolicyCommentRequest> Route53Request.Builder
,SdkBuilder<UpdateTrafficPolicyCommentRequest.Builder,
,UpdateTrafficPolicyCommentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateTrafficPolicyCommentRequest
@Mutable
@NotThreadSafe
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 ofId
for 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 ofVersion
for 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The value of
Id
for the traffic policy that you want to update the comment for.- Parameters:
id
- The value ofId
for 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
Version
for the traffic policy that you want to update the comment for.- Parameters:
version
- The value ofVersion
for 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-