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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteHostedZoneRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.