public static interface UpdateDomainConfigResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainConfigResponse.Builder,UpdateDomainConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainConfigResponse.Builder |
domainConfig(Consumer<DomainConfig.Builder> domainConfig)
The status of the updated domain.
|
UpdateDomainConfigResponse.Builder |
domainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
default UpdateDomainConfigResponse.Builder |
dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Results of a dry run performed in an update domain request.
|
UpdateDomainConfigResponse.Builder |
dryRunResults(DryRunResults dryRunResults)
Results of a dry run performed in an update domain request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainConfigResponse.Builder domainConfig(DomainConfig domainConfig)
The status of the updated domain.
domainConfig - The status of the updated domain.default UpdateDomainConfigResponse.Builder domainConfig(Consumer<DomainConfig.Builder> domainConfig)
The status of the updated 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)UpdateDomainConfigResponse.Builder dryRunResults(DryRunResults dryRunResults)
Results of a dry run performed in an update domain request.
dryRunResults - Results of a dry run performed in an update domain request.default UpdateDomainConfigResponse.Builder dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Results of a dry run performed in an update domain request.
This is a convenience method 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.