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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #clusterLogging(List) .clusterLogging - a consumer that will call methods on List.Builder #clusterLogging(List) Copyright © 2020. All rights reserved.