Class ResourcegroupsGroupResourceQuery.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.resourcegroups_group.ResourcegroupsGroupResourceQuery.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ResourcegroupsGroupResourceQuery>
- Enclosing interface:
- ResourcegroupsGroupResourceQuery
@Stability(Stable) public static final class ResourcegroupsGroupResourceQuery.Builder extends Object implements software.amazon.jsii.Builder<ResourcegroupsGroupResourceQuery>
A builder forResourcegroupsGroupResourceQuery
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegroupsGroupResourceQuerybuild()Builds the configured instance.ResourcegroupsGroupResourceQuery.Builderquery(String query)Sets the value ofResourcegroupsGroupResourceQuery.getQuery()ResourcegroupsGroupResourceQuery.Buildertype(String type)Sets the value ofResourcegroupsGroupResourceQuery.getType()
-
-
-
Method Detail
-
query
@Stability(Stable) public ResourcegroupsGroupResourceQuery.Builder query(String query)
Sets the value ofResourcegroupsGroupResourceQuery.getQuery()- Parameters:
query- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#query ResourcegroupsGroup#query}. This parameter is required.- Returns:
this
-
type
@Stability(Stable) public ResourcegroupsGroupResourceQuery.Builder type(String type)
Sets the value ofResourcegroupsGroupResourceQuery.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.- Returns:
this
-
build
@Stability(Stable) public ResourcegroupsGroupResourceQuery build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ResourcegroupsGroupResourceQuery>- Returns:
- a new instance of
ResourcegroupsGroupResourceQuery - Throws:
NullPointerException- if any required attribute was not provided
-
-