Interface Logging.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Logging.Builder,
,Logging> SdkBuilder<Logging.Builder,
,Logging> SdkPojo
- Enclosing class:
Logging
-
Method Summary
Modifier and TypeMethodDescriptionclusterLogging
(Collection<LogSetup> clusterLogging) The cluster control plane logging configuration for your cluster.clusterLogging
(Consumer<LogSetup.Builder>... clusterLogging) The cluster control plane logging configuration for your cluster.clusterLogging
(LogSetup... clusterLogging) The cluster control plane logging configuration for your cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterLogging
The cluster control plane logging configuration for your cluster.
- Parameters:
clusterLogging
- The cluster control plane logging configuration for your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterLogging
The cluster control plane logging configuration for your cluster.
- Parameters:
clusterLogging
- The cluster control plane logging configuration for your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaLogSetup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toclusterLogging(List<LogSetup>)
.- Parameters:
clusterLogging
- a consumer that will call methods onLogSetup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-