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