Uses of Interface
software.amazon.awssdk.services.emrserverless.model.CloudWatchLoggingConfiguration.Builder
-
Packages that use CloudWatchLoggingConfiguration.Builder Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of CloudWatchLoggingConfiguration.Builder in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return CloudWatchLoggingConfiguration.Builder Modifier and Type Method Description static CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration. builder()CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration.Builder. enabled(Boolean enabled)Enables CloudWatch logging.CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration.Builder. encryptionKeyArn(String encryptionKeyArn)The Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration.Builder. logGroupName(String logGroupName)The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration.Builder. logStreamNamePrefix(String logStreamNamePrefix)Prefix for the CloudWatch log stream name.CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration.Builder. logTypes(Map<String,? extends Collection<String>> logTypes)The types of logs that you want to publish to CloudWatch.CloudWatchLoggingConfiguration.BuilderCloudWatchLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type CloudWatchLoggingConfiguration.Builder Modifier and Type Method Description static Class<? extends CloudWatchLoggingConfiguration.Builder>CloudWatchLoggingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type CloudWatchLoggingConfiguration.Builder Modifier and Type Method Description default MonitoringConfiguration.BuilderMonitoringConfiguration.Builder. cloudWatchLoggingConfiguration(Consumer<CloudWatchLoggingConfiguration.Builder> cloudWatchLoggingConfiguration)The Amazon CloudWatch configuration for monitoring logs.
-