Uses of Interface
software.amazon.awssdk.services.route53.model.ResourceRecordSet.Builder
Packages that use ResourceRecordSet.Builder
-
Uses of ResourceRecordSet.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceRecordSet.BuilderModifier and TypeMethodDescriptiondefault ResourceRecordSet.BuilderResourceRecordSet.Builder.aliasTarget(Consumer<AliasTarget.Builder> aliasTarget) Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.ResourceRecordSet.Builder.aliasTarget(AliasTarget aliasTarget) Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.static ResourceRecordSet.BuilderResourceRecordSet.builder()default ResourceRecordSet.BuilderResourceRecordSet.Builder.cidrRoutingConfig(Consumer<CidrRoutingConfig.Builder> cidrRoutingConfig) Sets the value of the CidrRoutingConfig property for this object.ResourceRecordSet.Builder.cidrRoutingConfig(CidrRoutingConfig cidrRoutingConfig) Sets the value of the CidrRoutingConfig property for this object.Failover resource record sets only: To configure failover, you add theFailoverelement to two resource record sets.ResourceRecordSet.Builder.failover(ResourceRecordSetFailover failover) Failover resource record sets only: To configure failover, you add theFailoverelement to two resource record sets.default ResourceRecordSet.BuilderResourceRecordSet.Builder.geoLocation(Consumer<GeoLocation.Builder> geoLocation) Geolocation resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.ResourceRecordSet.Builder.geoLocation(GeoLocation geoLocation) Geolocation resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.default ResourceRecordSet.BuilderResourceRecordSet.Builder.geoProximityLocation(Consumer<GeoProximityLocation.Builder> geoProximityLocation) GeoproximityLocation resource record sets only: A complex type that lets you control how RouteĀ 53 responds to DNS queries based on the geographic origin of the query and your resources.ResourceRecordSet.Builder.geoProximityLocation(GeoProximityLocation geoProximityLocation) GeoproximityLocation resource record sets only: A complex type that lets you control how RouteĀ 53 responds to DNS queries based on the geographic origin of the query and your resources.ResourceRecordSet.Builder.healthCheckId(String healthCheckId) If you want Amazon Route 53 to return this resource record set in response to a DNS query only when the status of a health check is healthy, include theHealthCheckIdelement and specify the ID of the applicable health check.ResourceRecordSet.Builder.multiValueAnswer(Boolean multiValueAnswer) Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specifytrueforMultiValueAnswer.ForChangeResourceRecordSetsrequests, the name of the record that you want to create, update, or delete.Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to.ResourceRecordSet.Builder.region(ResourceRecordSetRegion region) Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to.ResourceRecordSet.Builder.resourceRecords(Collection<ResourceRecord> resourceRecords) Information about the resource records to act upon.ResourceRecordSet.Builder.resourceRecords(Consumer<ResourceRecord.Builder>... resourceRecords) Information about the resource records to act upon.ResourceRecordSet.Builder.resourceRecords(ResourceRecord... resourceRecords) Information about the resource records to act upon.ResourceRecordSet.Builder.setIdentifier(String setIdentifier) Resource record sets that have a routing policy other than simple: An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A.ResourceRecordSet.toBuilder()ResourceRecordSet.Builder.trafficPolicyInstanceId(String trafficPolicyInstanceId) When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set.The resource record cache time to live (TTL), in seconds.The DNS record type.The DNS record type.Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResourceRecordSet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceRecordSet.Builder>ResourceRecordSet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type ResourceRecordSet.BuilderModifier and TypeMethodDescriptiondefault Change.BuilderChange.Builder.resourceRecordSet(Consumer<ResourceRecordSet.Builder> resourceRecordSet) Information about the resource record set to create, delete, or update.