public static interface VersionStatus.Builder extends SdkPojo, CopyableBuilder<VersionStatus.Builder,VersionStatus>
| Modifier and Type | Method and Description |
|---|---|
VersionStatus.Builder |
options(String options)
The OpenSearch or Elasticsearch version for the specified domain.
|
default VersionStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the version options for the specified domain.
|
VersionStatus.Builder |
status(OptionStatus status)
The status of the version options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVersionStatus.Builder options(String options)
The OpenSearch or Elasticsearch version for the specified domain.
options - The OpenSearch or Elasticsearch version for the specified domain.VersionStatus.Builder status(OptionStatus status)
The status of the version options for the specified domain.
status - The status of the version options for the specified domain.default VersionStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the version options for the specified domain.
This is a convenience method that creates an instance of theOptionStatus.Builder avoiding the need
to create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).
status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2023. All rights reserved.