Uses of Interface
software.amazon.awssdk.services.route53.model.AliasTarget.Builder
Packages that use AliasTarget.Builder
-
Uses of AliasTarget.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AliasTarget.BuilderModifier and TypeMethodDescriptionstatic AliasTarget.BuilderAliasTarget.builder()Alias resource record sets only: The value that you specify depends on where you want to route queries:AliasTarget.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.Builder.hostedZoneId(String hostedZoneId) Alias resource records sets only: The value used depends on where you want to route traffic:AliasTarget.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AliasTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AliasTarget.Builder>AliasTarget.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type AliasTarget.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.