public static interface ClusterConfigStatus.Builder extends SdkPojo, CopyableBuilder<ClusterConfigStatus.Builder,ClusterConfigStatus>
| Modifier and Type | Method and Description |
|---|---|
ClusterConfigStatus.Builder |
options(ClusterConfig options)
Cluster configuration options for the specified domain.
|
default ClusterConfigStatus.Builder |
options(Consumer<ClusterConfig.Builder> options)
Cluster configuration options for the specified domain.
|
default ClusterConfigStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of cluster configuration options for the specified domain.
|
ClusterConfigStatus.Builder |
status(OptionStatus status)
The status of cluster configuration options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterConfigStatus.Builder options(ClusterConfig options)
Cluster configuration options for the specified domain.
options - Cluster configuration options for the specified domain.default ClusterConfigStatus.Builder options(Consumer<ClusterConfig.Builder> options)
Cluster configuration options for the specified domain.
This is a convenience method that creates an instance of theClusterConfig.Builder avoiding the need
to create one manually via ClusterConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to options(ClusterConfig).
options - a consumer that will call methods on ClusterConfig.Builderoptions(ClusterConfig)ClusterConfigStatus.Builder status(OptionStatus status)
The status of cluster configuration options for the specified domain.
status - The status of cluster configuration options for the specified domain.default ClusterConfigStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of cluster configuration options for the specified domain.
This is a convenience method 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 © 2023. All rights reserved.