public static interface ElasticsearchClusterConfigStatus.Builder extends SdkPojo, CopyableBuilder<ElasticsearchClusterConfigStatus.Builder,ElasticsearchClusterConfigStatus>
| Modifier and Type | Method and Description |
|---|---|
default ElasticsearchClusterConfigStatus.Builder |
options(Consumer<ElasticsearchClusterConfig.Builder> options)
Specifies the cluster configuration for the specified Elasticsearch domain.
|
ElasticsearchClusterConfigStatus.Builder |
options(ElasticsearchClusterConfig options)
Specifies the cluster configuration for the specified Elasticsearch domain.
|
default ElasticsearchClusterConfigStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the configuration for the specified Elasticsearch domain.
|
ElasticsearchClusterConfigStatus.Builder |
status(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticsearchClusterConfigStatus.Builder options(ElasticsearchClusterConfig options)
Specifies the cluster configuration for the specified Elasticsearch domain.
options - Specifies the cluster configuration for the specified Elasticsearch domain.default ElasticsearchClusterConfigStatus.Builder options(Consumer<ElasticsearchClusterConfig.Builder> options)
Specifies the cluster configuration for the specified Elasticsearch domain.
This is a convenience method that creates an instance of theElasticsearchClusterConfig.Builder
avoiding the need to create one manually via ElasticsearchClusterConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to options(ElasticsearchClusterConfig).
options - a consumer that will call methods on ElasticsearchClusterConfig.Builderoptions(ElasticsearchClusterConfig)ElasticsearchClusterConfigStatus.Builder status(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch domain.
status - Specifies the status of the configuration for the specified Elasticsearch domain.default ElasticsearchClusterConfigStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the configuration for the specified Elasticsearch 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.