CopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
, SdkBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
public static interface ListResourceRecordSetsResponse.Builder extends CopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListResourceRecordSetsResponse.Builder |
isTruncated(Boolean isTruncated) |
A flag that indicates whether more resource record sets remain to be listed.
|
ListResourceRecordSetsResponse.Builder |
maxItems(String maxItems) |
The maximum number of records you requested.
|
ListResourceRecordSetsResponse.Builder |
nextRecordIdentifier(String nextRecordIdentifier) |
Weighted, latency, geolocation, and failover resource record sets only: If results were truncated for
a given DNS name and type, the value of
SetIdentifier for the next resource record set that has
the current DNS name and type. |
ListResourceRecordSetsResponse.Builder |
nextRecordName(String nextRecordName) |
If the results were truncated, the name of the next record in the list.
|
ListResourceRecordSetsResponse.Builder |
nextRecordType(String nextRecordType) |
If the results were truncated, the type of the next record in the list.
|
ListResourceRecordSetsResponse.Builder |
nextRecordType(RRType nextRecordType) |
If the results were truncated, the type of the next record in the list.
|
ListResourceRecordSetsResponse.Builder |
resourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets) |
Information about multiple resource record sets.
|
ListResourceRecordSetsResponse.Builder |
resourceRecordSets(ResourceRecordSet... resourceRecordSets) |
Information about multiple resource record sets.
|
copy
apply, build
ListResourceRecordSetsResponse.Builder resourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
resourceRecordSets
- Information about multiple resource record sets.ListResourceRecordSetsResponse.Builder resourceRecordSets(ResourceRecordSet... resourceRecordSets)
Information about multiple resource record sets.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceRecordSets(java.util.Collection)
or #withResourceRecordSets(java.util.Collection)
if you want to override the existing values.
resourceRecordSets
- Information about multiple resource record sets.ListResourceRecordSetsResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated,
you can make a follow-up pagination request by using the NextRecordName
element.
isTruncated
- A flag that indicates whether more resource record sets remain to be listed. If your results were
truncated, you can make a follow-up pagination request by using the NextRecordName
element.ListResourceRecordSetsResponse.Builder nextRecordName(String nextRecordName)
If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
nextRecordName
- If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
ListResourceRecordSetsResponse.Builder nextRecordType(String nextRecordType)
If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
RRType
ListResourceRecordSetsResponse.Builder nextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
RRType
ListResourceRecordSetsResponse.Builder nextRecordIdentifier(String nextRecordIdentifier)
Weighted, latency, geolocation, and failover resource record sets only: If results were truncated for
a given DNS name and type, the value of SetIdentifier
for the next resource record set that has
the current DNS name and type.
nextRecordIdentifier
- Weighted, latency, geolocation, and failover resource record sets only: If results were
truncated for a given DNS name and type, the value of SetIdentifier
for the next resource
record set that has the current DNS name and type.ListResourceRecordSetsResponse.Builder maxItems(String maxItems)
The maximum number of records you requested.
maxItems
- The maximum number of records you requested.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.