public static class CustomCcmRule.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomCcmRule |
build() |
CustomCcmRule.Builder |
withCassandraConfiguration(String key,
Object value) |
CustomCcmRule.Builder |
withCreateOption(String option) |
CustomCcmRule.Builder |
withDseConfiguration(String rawYaml) |
CustomCcmRule.Builder |
withDseConfiguration(String key,
Object value) |
CustomCcmRule.Builder |
withDseWorkloads(String... workloads) |
CustomCcmRule.Builder |
withJvmArgs(String... jvmArgs) |
CustomCcmRule.Builder |
withNodes(int... nodes) |
CustomCcmRule.Builder |
withSsl() |
CustomCcmRule.Builder |
withSslAuth() |
CustomCcmRule.Builder |
withSslLocalhostCn() |
public CustomCcmRule.Builder withNodes(int... nodes)
public CustomCcmRule.Builder withCassandraConfiguration(String key, Object value)
public CustomCcmRule.Builder withDseConfiguration(String key, Object value)
public CustomCcmRule.Builder withDseConfiguration(String rawYaml)
public CustomCcmRule.Builder withDseWorkloads(String... workloads)
public CustomCcmRule.Builder withJvmArgs(String... jvmArgs)
public CustomCcmRule.Builder withCreateOption(String option)
public CustomCcmRule.Builder withSsl()
public CustomCcmRule.Builder withSslLocalhostCn()
public CustomCcmRule.Builder withSslAuth()
public CustomCcmRule build()
Copyright © 2017–2023. All rights reserved.