Uses of Interface
software.amazon.awssdk.services.route53.model.AliasTarget.Builder
-
Packages that use AliasTarget.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AliasTarget.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AliasTarget.Builder Modifier and Type Method Description static AliasTarget.BuilderAliasTarget. builder()AliasTarget.BuilderAliasTarget.Builder. dnsName(String dnsName)Alias resource record sets only: The value that you specify depends on where you want to route queries:AliasTarget.BuilderAliasTarget.Builder. evaluateTargetHealth(Boolean evaluateTargetHealth)Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets: WhenEvaluateTargetHealthistrue, an alias resource record set inherits the health of the referenced Amazon Web Services resource, such as an ELB load balancer or another resource record set in the hosted zone.AliasTarget.BuilderAliasTarget.Builder. hostedZoneId(String hostedZoneId)Alias resource records sets only: The value used depends on where you want to route traffic:AliasTarget.BuilderAliasTarget. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AliasTarget.Builder Modifier and Type Method Description static Class<? extends AliasTarget.Builder>AliasTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type AliasTarget.Builder Modifier and Type Method Description default 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.
-