Interface ListResourceRecordSetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResourceRecordSetsResponse.Builder,,ListResourceRecordSetsResponse> Route53Response.Builder,SdkBuilder<ListResourceRecordSetsResponse.Builder,,ListResourceRecordSetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListResourceRecordSetsResponse
-
Method Summary
Modifier and TypeMethodDescriptionisTruncated(Boolean isTruncated) A flag that indicates whether more resource record sets remain to be listed.The maximum number of records you requested.nextRecordIdentifier(String nextRecordIdentifier) Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value ofSetIdentifierfor the next resource record set that has the current DNS name and type.nextRecordName(String nextRecordName) If the results were truncated, the name of the next record in the list.nextRecordType(String nextRecordType) If the results were truncated, the type of the next record in the list.nextRecordType(RRType nextRecordType) If the results were truncated, the type of the next record in the list.resourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets) Information about multiple resource record sets.resourceRecordSets(Consumer<ResourceRecordSet.Builder>... resourceRecordSets) Information about multiple resource record sets.resourceRecordSets(ResourceRecordSet... resourceRecordSets) Information about multiple resource record sets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceRecordSets
ListResourceRecordSetsResponse.Builder resourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets) Information about multiple resource record sets.
- Parameters:
resourceRecordSets- Information about multiple resource record sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceRecordSets
Information about multiple resource record sets.
- Parameters:
resourceRecordSets- Information about multiple resource record sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceRecordSets
ListResourceRecordSetsResponse.Builder resourceRecordSets(Consumer<ResourceRecordSet.Builder>... resourceRecordSets) Information about multiple resource record sets.
This is a convenience method that creates an instance of theResourceRecordSet.Builderavoiding the need to create one manually viaResourceRecordSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceRecordSets(List<ResourceRecordSet>).- Parameters:
resourceRecordSets- a consumer that will call methods onResourceRecordSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
NextRecordNameelement.- Parameters:
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 theNextRecordNameelement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextRecordName
If the results were truncated, the name of the next record in the list.
This element is present only if
IsTruncatedis true.- Parameters:
nextRecordName- If the results were truncated, the name of the next record in the list.This element is present only if
IsTruncatedis true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextRecordType
If the results were truncated, the type of the next record in the list.
This element is present only if
IsTruncatedis true. -
nextRecordType
If the results were truncated, the type of the next record in the list.
This element is present only if
IsTruncatedis true. -
nextRecordIdentifier
Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of
SetIdentifierfor the next resource record set that has the current DNS name and type.For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
- Parameters:
nextRecordIdentifier- Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value ofSetIdentifierfor the next resource record set that has the current DNS name and type.For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of records you requested.
- Parameters:
maxItems- The maximum number of records you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-