Class LoggingBillingAccountBucketConfigIndexConfigs.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.logging_billing_account_bucket_config.LoggingBillingAccountBucketConfigIndexConfigs.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingBillingAccountBucketConfigIndexConfigs>
- Enclosing interface:
- LoggingBillingAccountBucketConfigIndexConfigs
@Stability(Stable) public static final class LoggingBillingAccountBucketConfigIndexConfigs.Builder extends Object implements software.amazon.jsii.Builder<LoggingBillingAccountBucketConfigIndexConfigs>
A builder forLoggingBillingAccountBucketConfigIndexConfigs
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingBillingAccountBucketConfigIndexConfigsbuild()Builds the configured instance.LoggingBillingAccountBucketConfigIndexConfigs.BuilderfieldPath(String fieldPath)Sets the value ofLoggingBillingAccountBucketConfigIndexConfigs.getFieldPath()LoggingBillingAccountBucketConfigIndexConfigs.Buildertype(String type)Sets the value ofLoggingBillingAccountBucketConfigIndexConfigs.getType()
-
-
-
Method Detail
-
fieldPath
@Stability(Stable) public LoggingBillingAccountBucketConfigIndexConfigs.Builder fieldPath(String fieldPath)
Sets the value ofLoggingBillingAccountBucketConfigIndexConfigs.getFieldPath()- Parameters:
fieldPath- The LogEntry field path to index. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_bucket_config#field_path LoggingBillingAccountBucketConfig#field_path}- Returns:
this
-
type
@Stability(Stable) public LoggingBillingAccountBucketConfigIndexConfigs.Builder type(String type)
Sets the value ofLoggingBillingAccountBucketConfigIndexConfigs.getType()- Parameters:
type- The type of data in this index Note that some paths are automatically indexed, and other paths are not eligible for indexing. This parameter is required. See [indexing documentation](https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details. For example: jsonPayload.request.status Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_bucket_config#type LoggingBillingAccountBucketConfig#type}- Returns:
this
-
build
@Stability(Stable) public LoggingBillingAccountBucketConfigIndexConfigs build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingBillingAccountBucketConfigIndexConfigs>- Returns:
- a new instance of
LoggingBillingAccountBucketConfigIndexConfigs - Throws:
NullPointerException- if any required attribute was not provided
-
-