Class OrganizationCustomModuleCustomConfigPredicateArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.securitycenter.inputs.OrganizationCustomModuleCustomConfigPredicateArgs.Builder
-
- Enclosing class:
- OrganizationCustomModuleCustomConfigPredicateArgs
public static final class OrganizationCustomModuleCustomConfigPredicateArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(OrganizationCustomModuleCustomConfigPredicateArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(OrganizationCustomModuleCustomConfigPredicateArgs defaults)
-
-
Method Detail
-
description
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder description(@Nullable com.pulumi.core.Output<java.lang.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.- Returns:
- builder
-
description
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder description(java.lang.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.- Returns:
- builder
-
expression
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder expression(com.pulumi.core.Output<java.lang.String> expression)
- Parameters:
expression
- Textual representation of an expression in Common Expression Language syntax.- Returns:
- builder
-
expression
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder expression(java.lang.String expression)
- Parameters:
expression
- Textual representation of an expression in Common Expression Language syntax.- Returns:
- builder
-
location
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder location(@Nullable com.pulumi.core.Output<java.lang.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.- Returns:
- builder
-
location
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder location(java.lang.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.- Returns:
- builder
-
title
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder title(@Nullable com.pulumi.core.Output<java.lang.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.- Returns:
- builder
-
title
public OrganizationCustomModuleCustomConfigPredicateArgs.Builder title(java.lang.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.- Returns:
- builder
-
build
public OrganizationCustomModuleCustomConfigPredicateArgs build()
-
-