Interface GetHostedZoneLimitRequest.Builder

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

public static interface GetHostedZoneLimitRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHostedZoneLimitRequest.Builder,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)
      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.