Interface UpdateTrafficPolicyInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTrafficPolicyInstanceRequest.Builder,,UpdateTrafficPolicyInstanceRequest> Route53Request.Builder,SdkBuilder<UpdateTrafficPolicyInstanceRequest.Builder,,UpdateTrafficPolicyInstanceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateTrafficPolicyInstanceRequest
public static interface UpdateTrafficPolicyInstanceRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateTrafficPolicyInstanceRequest.Builder,UpdateTrafficPolicyInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the traffic policy instance that you want to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trafficPolicyId(String trafficPolicyId) The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.trafficPolicyVersion(Integer trafficPolicyVersion) The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The ID of the traffic policy instance that you want to update.
- Parameters:
id- The ID of the traffic policy instance that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ttl
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
- Parameters:
ttl- The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyId
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyId- The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficPolicyVersion
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
- Parameters:
trafficPolicyVersion- The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateTrafficPolicyInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateTrafficPolicyInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-