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.
|
build
overrideConfiguration
copy
applyMutation, build
GetHostedZoneRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.