public static interface UpdateElasticsearchDomainConfigResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateElasticsearchDomainConfigResponse.Builder,UpdateElasticsearchDomainConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateElasticsearchDomainConfigResponse.Builder |
domainConfig(Consumer<ElasticsearchDomainConfig.Builder> domainConfig)
The status of the updated Elasticsearch domain.
|
UpdateElasticsearchDomainConfigResponse.Builder |
domainConfig(ElasticsearchDomainConfig domainConfig)
The status of the updated Elasticsearch domain.
|
default UpdateElasticsearchDomainConfigResponse.Builder |
dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Contains result of DryRun.
|
UpdateElasticsearchDomainConfigResponse.Builder |
dryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateElasticsearchDomainConfigResponse.Builder domainConfig(ElasticsearchDomainConfig domainConfig)
The status of the updated Elasticsearch domain.
domainConfig - The status of the updated Elasticsearch domain.default UpdateElasticsearchDomainConfigResponse.Builder domainConfig(Consumer<ElasticsearchDomainConfig.Builder> domainConfig)
The status of the updated Elasticsearch domain.
This is a convenience that creates an instance of theElasticsearchDomainConfig.Builder avoiding the
need to create one manually via ElasticsearchDomainConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to domainConfig(ElasticsearchDomainConfig).domainConfig - a consumer that will call methods on ElasticsearchDomainConfig.BuilderdomainConfig(ElasticsearchDomainConfig)UpdateElasticsearchDomainConfigResponse.Builder dryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
dryRunResults - Contains result of DryRun.default UpdateElasticsearchDomainConfigResponse.Builder dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Contains result of DryRun.
This is a convenience that creates an instance of theDryRunResults.Builder avoiding the need to
create one manually via DryRunResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dryRunResults(DryRunResults).dryRunResults - a consumer that will call methods on DryRunResults.BuilderdryRunResults(DryRunResults)Copyright © 2022. All rights reserved.