public static interface ElasticsearchClusterConfigStatus.Builder extends 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.
|
copyapply, 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 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.