Interface ListResourceRecordSetsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>, Route53Request.Builder, SdkBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListResourceRecordSetsRequest

public static interface ListResourceRecordSetsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>
  • Method Details

    • hostedZoneId

      ListResourceRecordSetsRequest.Builder hostedZoneId(String hostedZoneId)

      The ID of the hosted zone that contains the resource record sets that you want to list.

      Parameters:
      hostedZoneId - The ID of the hosted zone that contains the resource record sets that you want to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startRecordName

      ListResourceRecordSetsRequest.Builder startRecordName(String startRecordName)

      The first name in the lexicographic ordering of resource record sets that you want to list. If the specified record name doesn't exist, the results begin with the first resource record set that has a name greater than the value of name.

      Parameters:
      startRecordName - The first name in the lexicographic ordering of resource record sets that you want to list. If the specified record name doesn't exist, the results begin with the first resource record set that has a name greater than the value of name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startRecordType

      ListResourceRecordSetsRequest.Builder startRecordType(String startRecordType)

      The type of resource record set to begin the record listing from.

      Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

      Values for alias resource record sets:

      • API Gateway custom regional API or edge-optimized API: A

      • CloudFront distribution: A or AAAA

      • Elastic Beanstalk environment that has a regionalized subdomain: A

      • Elastic Load Balancing load balancer: A | AAAA

      • S3 bucket: A

      • VPC interface VPC endpoint: A

      • Another resource record set in this hosted zone: The type of the resource record set that the alias references.

      Constraint: Specifying type without specifying name returns an InvalidInput error.

      Parameters:
      startRecordType - The type of resource record set to begin the record listing from.

      Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

      Values for alias resource record sets:

      • API Gateway custom regional API or edge-optimized API: A

      • CloudFront distribution: A or AAAA

      • Elastic Beanstalk environment that has a regionalized subdomain: A

      • Elastic Load Balancing load balancer: A | AAAA

      • S3 bucket: A

      • VPC interface VPC endpoint: A

      • Another resource record set in this hosted zone: The type of the resource record set that the alias references.

      Constraint: Specifying type without specifying name returns an InvalidInput error.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startRecordType

      ListResourceRecordSetsRequest.Builder startRecordType(RRType startRecordType)

      The type of resource record set to begin the record listing from.

      Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

      Values for alias resource record sets:

      • API Gateway custom regional API or edge-optimized API: A

      • CloudFront distribution: A or AAAA

      • Elastic Beanstalk environment that has a regionalized subdomain: A

      • Elastic Load Balancing load balancer: A | AAAA

      • S3 bucket: A

      • VPC interface VPC endpoint: A

      • Another resource record set in this hosted zone: The type of the resource record set that the alias references.

      Constraint: Specifying type without specifying name returns an InvalidInput error.

      Parameters:
      startRecordType - The type of resource record set to begin the record listing from.

      Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

      Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT

      Values for alias resource record sets:

      • API Gateway custom regional API or edge-optimized API: A

      • CloudFront distribution: A or AAAA

      • Elastic Beanstalk environment that has a regionalized subdomain: A

      • Elastic Load Balancing load balancer: A | AAAA

      • S3 bucket: A

      • VPC interface VPC endpoint: A

      • Another resource record set in this hosted zone: The type of the resource record set that the alias references.

      Constraint: Specifying type without specifying name returns an InvalidInput error.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startRecordIdentifier

      ListResourceRecordSetsRequest.Builder startRecordIdentifier(String startRecordIdentifier)

      Resource record sets that have a routing policy other than simple: 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.

      Parameters:
      startRecordIdentifier - Resource record sets that have a routing policy other than simple: 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListResourceRecordSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.