public static interface Logging.Builder extends SdkPojo, CopyableBuilder<Logging.Builder,Logging>
| Modifier and Type | Method and Description |
|---|---|
Logging.Builder |
clusterLogging(Collection<LogSetup> clusterLogging)
The cluster control plane logging configuration for your cluster.
|
Logging.Builder |
clusterLogging(Consumer<LogSetup.Builder>... clusterLogging)
The cluster control plane logging configuration for your cluster.
|
Logging.Builder |
clusterLogging(LogSetup... clusterLogging)
The cluster control plane logging configuration for your cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogging.Builder clusterLogging(Collection<LogSetup> clusterLogging)
The cluster control plane logging configuration for your cluster.
clusterLogging - The cluster control plane logging configuration for your cluster.Logging.Builder clusterLogging(LogSetup... clusterLogging)
The cluster control plane logging configuration for your cluster.
clusterLogging - The cluster control plane logging configuration for your cluster.Logging.Builder clusterLogging(Consumer<LogSetup.Builder>... clusterLogging)
The cluster control plane logging configuration for your cluster.
This is a convenience method that creates an instance of theLogSetup.Builder avoiding the need to create one manually
via LogSetup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #clusterLogging(List.
clusterLogging - a consumer that will call methods on
LogSetup.Builder#clusterLogging(java.util.Collection) Copyright © 2022. All rights reserved.