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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHostedZoneCountResponse.BuilderhostedZoneCount(Long hostedZoneCount)The total number of public and private hosted zones that are associated with the current Amazon Web Services account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-