Interface HostedZoneLimit.Builder

    • Method Detail

      • type

        HostedZoneLimit.Builder type​(String type)

        The limit that you requested. 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 requested. 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

        HostedZoneLimit.Builder type​(HostedZoneLimitType type)

        The limit that you requested. 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 requested. 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
      • value

        HostedZoneLimit.Builder value​(Long value)

        The current value for the limit that is specified by Type.

        Parameters:
        value - The current value for the limit that is specified by Type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.