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