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 |
dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
UpdateDomainConfigResponse.Builder |
dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
default UpdateDomainConfigResponse.Builder |
dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Results of the dry run performed in the update domain request.
|
UpdateDomainConfigResponse.Builder |
dryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the 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 the dry run performed in the update domain request.
dryRunResults - Results of the dry run performed in the update domain request.default UpdateDomainConfigResponse.Builder dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Results of the dry run performed in the 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)UpdateDomainConfigResponse.Builder dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
dryRunProgressStatus - The status of the dry run being performed on the domain, if any.default UpdateDomainConfigResponse.Builder dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
This is a convenience method that creates an instance of theDryRunProgressStatus.Builder avoiding
the need to create one manually via DryRunProgressStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dryRunProgressStatus(DryRunProgressStatus).
dryRunProgressStatus - a consumer that will call methods on DryRunProgressStatus.BuilderdryRunProgressStatus(DryRunProgressStatus)Copyright © 2023. All rights reserved.