Class DataprocWorkflowTemplateJobsPrestoJobLoggingConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJobLoggingConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPrestoJobLoggingConfig>
- Enclosing interface:
- DataprocWorkflowTemplateJobsPrestoJobLoggingConfig
@Stability(Stable) public static final class DataprocWorkflowTemplateJobsPrestoJobLoggingConfig.Builder extends Object implements software.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPrestoJobLoggingConfig>
A builder forDataprocWorkflowTemplateJobsPrestoJobLoggingConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocWorkflowTemplateJobsPrestoJobLoggingConfigbuild()Builds the configured instance.DataprocWorkflowTemplateJobsPrestoJobLoggingConfig.BuilderdriverLogLevels(Map<String,String> driverLogLevels)Sets the value ofDataprocWorkflowTemplateJobsPrestoJobLoggingConfig.getDriverLogLevels()
-
-
-
Method Detail
-
driverLogLevels
@Stability(Stable) public DataprocWorkflowTemplateJobsPrestoJobLoggingConfig.Builder driverLogLevels(Map<String,String> driverLogLevels)
Sets the value ofDataprocWorkflowTemplateJobsPrestoJobLoggingConfig.getDriverLogLevels()- Parameters:
driverLogLevels- The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#driver_log_levels DataprocWorkflowTemplate#driver_log_levels}- Returns:
this
-
build
@Stability(Stable) public DataprocWorkflowTemplateJobsPrestoJobLoggingConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPrestoJobLoggingConfig>- Returns:
- a new instance of
DataprocWorkflowTemplateJobsPrestoJobLoggingConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-