public static interface DeleteHostedZoneRequest.Builder extends Route53Request.Builder, CopyableBuilder<DeleteHostedZoneRequest.Builder,DeleteHostedZoneRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteHostedZoneRequest.Builder |
id(String id)
The ID of the hosted zone you want to delete.
|
DeleteHostedZoneRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteHostedZoneRequest.Builder id(String id)
The ID of the hosted zone you want to delete.
id - The ID of the hosted zone you want to delete.DeleteHostedZoneRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.