Class LoggingOrganizationSinkBigqueryOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.logging_organization_sink.LoggingOrganizationSinkBigqueryOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingOrganizationSinkBigqueryOptions>
- Enclosing interface:
- LoggingOrganizationSinkBigqueryOptions
@Stability(Stable) public static final class LoggingOrganizationSinkBigqueryOptions.Builder extends Object implements software.amazon.jsii.Builder<LoggingOrganizationSinkBigqueryOptions>
A builder forLoggingOrganizationSinkBigqueryOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingOrganizationSinkBigqueryOptionsbuild()Builds the configured instance.LoggingOrganizationSinkBigqueryOptions.BuilderusePartitionedTables(com.hashicorp.cdktf.IResolvable usePartitionedTables)Sets the value ofLoggingOrganizationSinkBigqueryOptions.getUsePartitionedTables()LoggingOrganizationSinkBigqueryOptions.BuilderusePartitionedTables(Boolean usePartitionedTables)Sets the value ofLoggingOrganizationSinkBigqueryOptions.getUsePartitionedTables()
-
-
-
Method Detail
-
usePartitionedTables
@Stability(Stable) public LoggingOrganizationSinkBigqueryOptions.Builder usePartitionedTables(Boolean usePartitionedTables)
Sets the value ofLoggingOrganizationSinkBigqueryOptions.getUsePartitionedTables()- Parameters:
usePartitionedTables- Whether to use BigQuery's partition tables. This parameter is required. By default, Logging creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned tables the date suffix is no longer present and special query syntax has to be used instead. In both cases, tables are sharded based on UTC timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#use_partitioned_tables LoggingOrganizationSink#use_partitioned_tables}- Returns:
this
-
usePartitionedTables
@Stability(Stable) public LoggingOrganizationSinkBigqueryOptions.Builder usePartitionedTables(com.hashicorp.cdktf.IResolvable usePartitionedTables)
Sets the value ofLoggingOrganizationSinkBigqueryOptions.getUsePartitionedTables()- Parameters:
usePartitionedTables- Whether to use BigQuery's partition tables. This parameter is required. By default, Logging creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned tables the date suffix is no longer present and special query syntax has to be used instead. In both cases, tables are sharded based on UTC timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_organization_sink#use_partitioned_tables LoggingOrganizationSink#use_partitioned_tables}- Returns:
this
-
build
@Stability(Stable) public LoggingOrganizationSinkBigqueryOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingOrganizationSinkBigqueryOptions>- Returns:
- a new instance of
LoggingOrganizationSinkBigqueryOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-