public static interface DescribeDomainConfigResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainConfigResponse.Builder,DescribeDomainConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDomainConfigResponse.Builder |
domainConfig(Consumer<DomainConfig.Builder> domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
DescribeDomainConfigResponse.Builder |
domainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainConfigResponse.Builder domainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
domainConfig - Container for the configuration of the OpenSearch Service domain.default DescribeDomainConfigResponse.Builder domainConfig(Consumer<DomainConfig.Builder> domainConfig)
Container for the configuration of the OpenSearch Service domain.
This is a convenience method that creates an instance of theDomainConfig.Builder avoiding the need
to create one manually via DomainConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to domainConfig(DomainConfig).
domainConfig - a consumer that will call methods on DomainConfig.BuilderdomainConfig(DomainConfig)Copyright © 2022. All rights reserved.