Class CloudAssetProjectFeedCondition.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • expression

        @Stability(Stable)
        public CloudAssetProjectFeedCondition.Builder expression​(String expression)
        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)
        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)
        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)
        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