Class CloudAssetProjectFeedCondition.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloud_asset_project_feed.CloudAssetProjectFeedCondition.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudAssetProjectFeedCondition>
- Enclosing interface:
- CloudAssetProjectFeedCondition
@Stability(Stable) public static final class CloudAssetProjectFeedCondition.Builder extends Object implements software.amazon.jsii.Builder<CloudAssetProjectFeedCondition>
A builder forCloudAssetProjectFeedCondition
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudAssetProjectFeedConditionbuild()Builds the configured instance.CloudAssetProjectFeedCondition.Builderdescription(String description)Sets the value ofCloudAssetProjectFeedCondition.getDescription()CloudAssetProjectFeedCondition.Builderexpression(String expression)Sets the value ofCloudAssetProjectFeedCondition.getExpression()CloudAssetProjectFeedCondition.Builderlocation(String location)Sets the value ofCloudAssetProjectFeedCondition.getLocation()CloudAssetProjectFeedCondition.Buildertitle(String title)Sets the value ofCloudAssetProjectFeedCondition.getTitle()
-
-
-
Method Detail
-
expression
@Stability(Stable) public CloudAssetProjectFeedCondition.Builder expression(String expression)
Sets the value ofCloudAssetProjectFeedCondition.getExpression()- Parameters:
expression- Textual representation of an expression in Common Expression Language syntax. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#expression CloudAssetProjectFeed#expression}- Returns:
this
-
description
@Stability(Stable) public CloudAssetProjectFeedCondition.Builder description(String description)
Sets the value ofCloudAssetProjectFeedCondition.getDescription()- Parameters:
description- Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#description CloudAssetProjectFeed#description}- Returns:
this
-
location
@Stability(Stable) public CloudAssetProjectFeedCondition.Builder location(String location)
Sets the value ofCloudAssetProjectFeedCondition.getLocation()- Parameters:
location- String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#location CloudAssetProjectFeed#location}- Returns:
this
-
title
@Stability(Stable) public CloudAssetProjectFeedCondition.Builder title(String title)
Sets the value ofCloudAssetProjectFeedCondition.getTitle()- Parameters:
title- Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_asset_project_feed#title CloudAssetProjectFeed#title}- Returns:
this
-
build
@Stability(Stable) public CloudAssetProjectFeedCondition build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudAssetProjectFeedCondition>- Returns:
- a new instance of
CloudAssetProjectFeedCondition - Throws:
NullPointerException- if any required attribute was not provided
-
-