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 particular node type in the cluster.NodeConfig.BuilderNodeConfig.Builder. enabled(Boolean enabled)A boolean that indicates whether a particular node type is enabled or not.NodeConfig.BuilderNodeConfig. toBuilder()NodeConfig.BuilderNodeConfig.Builder. type(String type)The instance type of a particular node type in the cluster.NodeConfig.BuilderNodeConfig.Builder. type(OpenSearchPartitionInstanceType type)The instance type of a particular node type in 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)Container for specifying configuration of any node type.
-