public static interface GetHostedZoneRequest.Builder extends Route53Request.Builder, CopyableBuilder<GetHostedZoneRequest.Builder,GetHostedZoneRequest>
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneRequest.Builder |
id(String id)
The ID of the hosted zone that you want to get information about.
|
GetHostedZoneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetHostedZoneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetHostedZoneRequest.Builder id(String id)
The ID of the hosted zone that you want to get information about.
id - The ID of the hosted zone that you want to get information about.GetHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.