Interface GetHostedZoneLimitResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>, Route53Response.Builder, SdkBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetHostedZoneLimitResponse

public static interface GetHostedZoneLimitResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>
  • Method Details

    • limit

      The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Limit is the maximum number of records that you can create in the specified hosted zone.

      Parameters:
      limit - The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Limit is the maximum number of records that you can create in the specified hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Limit is the maximum number of records that you can create in the specified hosted zone.

      This is a convenience method that creates an instance of the HostedZoneLimit.Builder avoiding the need to create one manually via HostedZoneLimit.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to limit(HostedZoneLimit).

      Parameters:
      limit - a consumer that will call methods on HostedZoneLimit.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • count

      The current number of entities that you have created of the specified type. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Count is the current number of records that you have created in the specified hosted zone.

      Parameters:
      count - The current number of entities that you have created of the specified type. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Count is the current number of records that you have created in the specified hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.