Class AwsProviderIgnoreTags.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.provider.AwsProviderIgnoreTags.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AwsProviderIgnoreTags>
- Enclosing interface:
- AwsProviderIgnoreTags
@Stability(Stable) public static final class AwsProviderIgnoreTags.Builder extends Object implements software.amazon.jsii.Builder<AwsProviderIgnoreTags>
A builder forAwsProviderIgnoreTags
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsProviderIgnoreTagsbuild()Builds the configured instance.AwsProviderIgnoreTags.BuilderkeyPrefixes(List<String> keyPrefixes)Sets the value ofAwsProviderIgnoreTags.getKeyPrefixes()AwsProviderIgnoreTags.Builderkeys(List<String> keys)Sets the value ofAwsProviderIgnoreTags.getKeys()
-
-
-
Method Detail
-
keyPrefixes
@Stability(Stable) public AwsProviderIgnoreTags.Builder keyPrefixes(List<String> keyPrefixes)
Sets the value ofAwsProviderIgnoreTags.getKeyPrefixes()- Parameters:
keyPrefixes- Resource tag key prefixes to ignore across all resources. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs#key_prefixes AwsProvider#key_prefixes}- Returns:
this
-
keys
@Stability(Stable) public AwsProviderIgnoreTags.Builder keys(List<String> keys)
Sets the value ofAwsProviderIgnoreTags.getKeys()- Parameters:
keys- Resource tag keys to ignore across all resources. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs#keys AwsProvider#keys}- Returns:
this
-
build
@Stability(Stable) public AwsProviderIgnoreTags build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AwsProviderIgnoreTags>- Returns:
- a new instance of
AwsProviderIgnoreTags - Throws:
NullPointerException- if any required attribute was not provided
-
-