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

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

Introduction

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

The text is from its open source code.

Constructor

ResourceRecordSet()
Default constructor for ResourceRecordSet object.
ResourceRecordSet(String name, String type)
Constructs a new ResourceRecordSet object.
ResourceRecordSet(String name, RRType type)
Constructs a new ResourceRecordSet object.

Method

StringgetName()

For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete.

java.util.ListgetResourceRecords()

Information about the resource records to act upon.

StringgetSetIdentifier()

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.

LonggetTTL()

The resource record cache time to live (TTL), in seconds.

StringgetType()

The DNS record type.

LonggetWeight()

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.

voidsetAliasTarget(AliasTarget aliasTarget)

Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.

voidsetHealthCheckId(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 the HealthCheckId element and specify the ID of the applicable health check.

voidsetName(String name)

For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete.

voidsetResourceRecords(java.util.Collection resourceRecords)

Information about the resource records to act upon.

voidsetSetIdentifier(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.

voidsetTTL(Long tTL)

The resource record cache time to live (TTL), in seconds.

voidsetType(String type)

The DNS record type.

voidsetType(RRType type)

The DNS record type.

voidsetWeight(Long weight)

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.

StringtoString()
Returns a string representation of this object.
ResourceRecordSetwithResourceRecords(ResourceRecord... resourceRecords)

Information about the resource records to act upon.

ResourceRecordSetwithResourceRecords(java.util.Collection resourceRecords)

Information about the resource records to act upon.

ResourceRecordSetwithTTL(Long tTL)

The resource record cache time to live (TTL), in seconds.