CopyableBuilder<UpdateTrafficPolicyInstanceRequest.Builder,UpdateTrafficPolicyInstanceRequest>
, SdkBuilder<UpdateTrafficPolicyInstanceRequest.Builder,UpdateTrafficPolicyInstanceRequest>
public static interface UpdateTrafficPolicyInstanceRequest.Builder extends CopyableBuilder<UpdateTrafficPolicyInstanceRequest.Builder,UpdateTrafficPolicyInstanceRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateTrafficPolicyInstanceRequest.Builder |
id(String id) |
The ID of the traffic policy instance that you want to update.
|
UpdateTrafficPolicyInstanceRequest.Builder |
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.
|
UpdateTrafficPolicyInstanceRequest.Builder |
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.
|
UpdateTrafficPolicyInstanceRequest.Builder |
ttl(Long ttl) |
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
|
copy
apply, build
UpdateTrafficPolicyInstanceRequest.Builder id(String id)
The ID of the traffic policy instance that you want to update.
id
- The ID of the traffic policy instance that you want to update.UpdateTrafficPolicyInstanceRequest.Builder ttl(Long ttl)
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
ttl
- The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.UpdateTrafficPolicyInstanceRequest.Builder 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.
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.UpdateTrafficPolicyInstanceRequest.Builder 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.