public static interface ClusterConfiguration.Builder extends SdkPojo, CopyableBuilder<ClusterConfiguration.Builder,ClusterConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ClusterConfiguration.Builder |
executeCommandConfiguration(Consumer<ExecuteCommandConfiguration.Builder> executeCommandConfiguration)
The details of the execute command configuration.
|
ClusterConfiguration.Builder |
executeCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterConfiguration.Builder executeCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
executeCommandConfiguration - The details of the execute command configuration.default ClusterConfiguration.Builder executeCommandConfiguration(Consumer<ExecuteCommandConfiguration.Builder> executeCommandConfiguration)
The details of the execute command configuration.
This is a convenience that creates an instance of theExecuteCommandConfiguration.Builder avoiding
the need to create one manually via ExecuteCommandConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to executeCommandConfiguration(ExecuteCommandConfiguration).executeCommandConfiguration - a consumer that will call methods on ExecuteCommandConfiguration.BuilderexecuteCommandConfiguration(ExecuteCommandConfiguration)Copyright © 2021. All rights reserved.