Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListResourceRecordSetsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>
A request for the resource record sets that are associated with a specified hosted zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListResourceRecordSetsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListResourceRecordSetsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the hosted zone that contains the resource record sets that you want to list.
|
String |
maxItems() |
(Optional) The maximum number of resource records sets to include in the response body for this request.
|
static Class<? extends ListResourceRecordSetsRequest.Builder> |
serializableBuilderClass() |
|
String |
startRecordIdentifier() |
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the
value of
NextRecordIdentifier from the previous response to get the next resource record set that
has the current DNS name and type. |
String |
startRecordName() |
The first name in the lexicographic ordering of resource record sets that you want to list.
|
String |
startRecordType() |
The type of resource record set to begin the record listing from.
|
ListResourceRecordSetsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String hostedZoneId()
The ID of the hosted zone that contains the resource record sets that you want to list.
public String startRecordName()
The first name in the lexicographic ordering of resource record sets that you want to list.
public String startRecordType()
The type of resource record set to begin the record listing from.
Valid values for basic resource record sets: A
| AAAA
| CNAME
|
MX
| NAPTR
| NS
| PTR
| SOA
| SPF
|
SRV
| TXT
Values for weighted, latency, geo, and failover resource record sets: A
| AAAA
|
CNAME
| MX
| NAPTR
| PTR
| SPF
|
SRV
| TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Constraint: Specifying type
without specifying name
returns an
InvalidInput
error.
Valid values for basic resource record sets: A
| AAAA
| CNAME
|
MX
| NAPTR
| NS
| PTR
| SOA
|
SPF
| SRV
| TXT
Values for weighted, latency, geo, and failover resource record sets: A
| AAAA
| CNAME
| MX
| NAPTR
| PTR
| SPF
|
SRV
| TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Constraint: Specifying type
without specifying name
returns an
InvalidInput
error.
RRType
public String startRecordIdentifier()
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the
value of NextRecordIdentifier
from the previous response to get the next resource record set that
has the current DNS name and type.
NextRecordIdentifier
from the previous response to get the next
resource record set that has the current DNS name and type.public String maxItems()
(Optional) The maximum number of resource records sets to include in the response body for this request. If the
response includes more than maxitems
resource record sets, the value of the IsTruncated
element in the response is true
, and the values of the NextRecordName
and
NextRecordType
elements in the response identify the first resource record set in the next group of
maxitems
resource record sets.
maxitems
resource record sets, the value of the
IsTruncated
element in the response is true
, and the values of the
NextRecordName
and NextRecordType
elements in the response identify the first
resource record set in the next group of maxitems
resource record sets.public ListResourceRecordSetsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>
public static ListResourceRecordSetsRequest.Builder builder()
public static Class<? extends ListResourceRecordSetsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.