Interface GetHostedZoneLimitRequest.Builder

    • Method Detail

      • type

        GetHostedZoneLimitRequest.Builder type​(String 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:
        HostedZoneLimitType, HostedZoneLimitType
      • type

        GetHostedZoneLimitRequest.Builder type​(HostedZoneLimitType 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:
        HostedZoneLimitType, HostedZoneLimitType
      • 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.