Interface GetHostedZoneCountResponse.Builder

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

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

    • hostedZoneCount

      GetHostedZoneCountResponse.Builder hostedZoneCount(Long hostedZoneCount)

      The total number of public and private hosted zones that are associated with the current Amazon Web Services account.

      Parameters:
      hostedZoneCount - The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.