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