Uses of Interface
software.amazon.awssdk.services.kafka.model.LoggingInfo.Builder
-
Packages that use LoggingInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of LoggingInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return LoggingInfo.Builder Modifier and Type Method Description default LoggingInfo.BuilderLoggingInfo.Builder. brokerLogs(Consumer<BrokerLogs.Builder> brokerLogs)Sets the value of the BrokerLogs property for this object.LoggingInfo.BuilderLoggingInfo.Builder. brokerLogs(BrokerLogs brokerLogs)Sets the value of the BrokerLogs property for this object.static LoggingInfo.BuilderLoggingInfo. builder()LoggingInfo.BuilderLoggingInfo. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type LoggingInfo.Builder Modifier and Type Method Description static Class<? extends LoggingInfo.Builder>LoggingInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type LoggingInfo.Builder Modifier and Type Method Description default ClusterInfo.BuilderClusterInfo.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)Sets the value of the LoggingInfo property for this object.default CreateClusterRequest.BuilderCreateClusterRequest.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)Sets the value of the LoggingInfo property for this object.default MutableClusterInfo.BuilderMutableClusterInfo.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)You can configure your MSK cluster to send broker logs to different destination types.default Provisioned.BuilderProvisioned.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)Log delivery information for the cluster.default ProvisionedRequest.BuilderProvisionedRequest.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)Log delivery information for the cluster.default UpdateMonitoringRequest.BuilderUpdateMonitoringRequest.Builder. loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)Sets the value of the LoggingInfo property for this object.
-