Java com.amazonaws.services.route53.model AliasTarget fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.route53.model AliasTarget fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.route53.model AliasTarget.

The text is from its open source code.

Constructor

AliasTarget()
Default constructor for AliasTarget object.
AliasTarget(String hostedZoneId, String dNSName)
Constructs a new AliasTarget object.

Method

StringgetDNSName()

Alias resource record sets only: The value that you specify depends on where you want to route queries:

Amazon API Gateway custom regional APIs and edge-optimized APIs

Specify the applicable domain name for your API.

voidsetDNSName(String dNSName)

Alias resource record sets only: The value that you specify depends on where you want to route queries:

Amazon API Gateway custom regional APIs and edge-optimized APIs

Specify the applicable domain name for your API.

voidsetHostedZoneId(String hostedZoneId)

Alias resource records sets only: The value used depends on where you want to route traffic:

Amazon API Gateway custom regional APIs and edge-optimized APIs

Specify the hosted zone ID for your API.