public static interface DeleteElasticsearchDomainRequest.Builder extends ElasticsearchRequest.Builder, CopyableBuilder<DeleteElasticsearchDomainRequest.Builder,DeleteElasticsearchDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteElasticsearchDomainRequest.Builder |
domainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
|
DeleteElasticsearchDomainRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteElasticsearchDomainRequest.Builder domainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
domainName - The name of the Elasticsearch domain that you want to permanently delete.DeleteElasticsearchDomainRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.