Uses of Interface
software.amazon.awssdk.services.opensearch.model.NodeConfig.Builder
-
Packages that use NodeConfig.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of NodeConfig.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return NodeConfig.Builder Modifier and Type Method Description static NodeConfig.BuilderNodeConfig. builder()NodeConfig.BuilderNodeConfig.Builder. count(Integer count)The number of nodes of a specific type within the cluster.NodeConfig.BuilderNodeConfig.Builder. enabled(Boolean enabled)A boolean value indicating whether a specific node type is active or inactive.NodeConfig.BuilderNodeConfig. toBuilder()NodeConfig.BuilderNodeConfig.Builder. type(String type)The instance type of a particular node within the cluster.NodeConfig.BuilderNodeConfig.Builder. type(OpenSearchPartitionInstanceType type)The instance type of a particular node within the cluster.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type NodeConfig.Builder Modifier and Type Method Description static Class<? extends NodeConfig.Builder>NodeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type NodeConfig.Builder Modifier and Type Method Description default NodeOption.BuilderNodeOption.Builder. nodeConfig(Consumer<NodeConfig.Builder> nodeConfig)Configuration options for defining the setup of any node type.
-