Interface GetHostedZoneLimitRequest.Builder

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

  • Method Details

    • type

      The limit that you want to get. Valid values include the following:

      • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

      • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

      Parameters:
      type - The limit that you want to get. Valid values include the following:

      • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

      • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

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

      The limit that you want to get. Valid values include the following:

      • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

      • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

      Parameters:
      type - The limit that you want to get. Valid values include the following:

      • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

      • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

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

      GetHostedZoneLimitRequest.Builder hostedZoneId(String hostedZoneId)

      The ID of the hosted zone that you want to get a limit for.

      Parameters:
      hostedZoneId - The ID of the hosted zone that you want to get a limit for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetHostedZoneLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder