Uses of Interface
software.amazon.awssdk.services.route53.model.TrafficPolicyInstance.Builder
Packages that use TrafficPolicyInstance.Builder
-
Uses of TrafficPolicyInstance.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TrafficPolicyInstance.BuilderModifier and TypeMethodDescriptionTrafficPolicyInstance.builder()TrafficPolicyInstance.Builder.hostedZoneId(String hostedZoneId) The ID of the hosted zone that Amazon Route 53 created resource record sets in.The ID that Amazon Route 53 assigned to the new traffic policy instance.IfStateisFailed, an explanation of the reason for the failure.The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance.The value ofStateis one of the following values:TrafficPolicyInstance.toBuilder()TrafficPolicyInstance.Builder.trafficPolicyId(String trafficPolicyId) The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.TrafficPolicyInstance.Builder.trafficPolicyType(String trafficPolicyType) The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.TrafficPolicyInstance.Builder.trafficPolicyType(RRType trafficPolicyType) The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.TrafficPolicyInstance.Builder.trafficPolicyVersion(Integer trafficPolicyVersion) The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type TrafficPolicyInstance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrafficPolicyInstance.Builder>TrafficPolicyInstance.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type TrafficPolicyInstance.BuilderModifier and TypeMethodDescriptionCreateTrafficPolicyInstanceResponse.Builder.trafficPolicyInstance(Consumer<TrafficPolicyInstance.Builder> trafficPolicyInstance) A complex type that contains settings for the new traffic policy instance.GetTrafficPolicyInstanceResponse.Builder.trafficPolicyInstance(Consumer<TrafficPolicyInstance.Builder> trafficPolicyInstance) A complex type that contains settings for the traffic policy instance.UpdateTrafficPolicyInstanceResponse.Builder.trafficPolicyInstance(Consumer<TrafficPolicyInstance.Builder> trafficPolicyInstance) A complex type that contains settings for the updated traffic policy instance.