Class LoggingFolderBucketConfigIndexConfigs.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.logging_folder_bucket_config.LoggingFolderBucketConfigIndexConfigs.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingFolderBucketConfigIndexConfigs>
- Enclosing interface:
- LoggingFolderBucketConfigIndexConfigs
@Stability(Stable) public static final class LoggingFolderBucketConfigIndexConfigs.Builder extends Object implements software.amazon.jsii.Builder<LoggingFolderBucketConfigIndexConfigs>
A builder forLoggingFolderBucketConfigIndexConfigs
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingFolderBucketConfigIndexConfigsbuild()Builds the configured instance.LoggingFolderBucketConfigIndexConfigs.BuilderfieldPath(String fieldPath)Sets the value ofLoggingFolderBucketConfigIndexConfigs.getFieldPath()LoggingFolderBucketConfigIndexConfigs.Buildertype(String type)Sets the value ofLoggingFolderBucketConfigIndexConfigs.getType()
-
-
-
Method Detail
-
fieldPath
@Stability(Stable) public LoggingFolderBucketConfigIndexConfigs.Builder fieldPath(String fieldPath)
Sets the value ofLoggingFolderBucketConfigIndexConfigs.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_folder_bucket_config#field_path LoggingFolderBucketConfig#field_path}- Returns:
this
-
type
@Stability(Stable) public LoggingFolderBucketConfigIndexConfigs.Builder type(String type)
Sets the value ofLoggingFolderBucketConfigIndexConfigs.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_folder_bucket_config#type LoggingFolderBucketConfig#type}- Returns:
this
-
build
@Stability(Stable) public LoggingFolderBucketConfigIndexConfigs build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingFolderBucketConfigIndexConfigs>- Returns:
- a new instance of
LoggingFolderBucketConfigIndexConfigs - Throws:
NullPointerException- if any required attribute was not provided
-
-