public static interface ListResourceRecordSetsResponse.Builder extends Route53Response.Builder, CopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
Modifier and Type | Method and 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(RRType nextRecordType)
If the results were truncated, the type 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 |
resourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
|
ListResourceRecordSetsResponse.Builder |
resourceRecordSets(Consumer<ResourceRecordSet.Builder>... resourceRecordSets)
Information about multiple resource record sets.
|
ListResourceRecordSetsResponse.Builder |
resourceRecordSets(ResourceRecordSet... resourceRecordSets)
Information about multiple resource record sets.
|
build
sdkHttpResponse, sdkHttpResponse
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.
resourceRecordSets
- Information about multiple resource record sets.ListResourceRecordSetsResponse.Builder resourceRecordSets(Consumer<ResourceRecordSet.Builder>... resourceRecordSets)
Information about multiple resource record sets.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #resourceRecordSets(List)
.resourceRecordSets
- a consumer that will call methods on List.Builder
#resourceRecordSets(List)
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.
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.
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.