@Stability(value=Stable) public static final class CfnFileSystem.ElasticFileSystemTagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystem.ElasticFileSystemTagProperty>
CfnFileSystem.ElasticFileSystemTagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.ElasticFileSystemTagProperty |
build()
Builds the configured instance.
|
CfnFileSystem.ElasticFileSystemTagProperty.Builder |
key(String key)
Sets the value of
CfnFileSystem.ElasticFileSystemTagProperty.getKey() |
CfnFileSystem.ElasticFileSystemTagProperty.Builder |
value(String value)
Sets the value of
CfnFileSystem.ElasticFileSystemTagProperty.getValue() |
@Stability(value=Stable) public CfnFileSystem.ElasticFileSystemTagProperty.Builder key(String key)
CfnFileSystem.ElasticFileSystemTagProperty.getKey()key - The tag key (String). This parameter is required.
The key can't start with aws: .this@Stability(value=Stable) public CfnFileSystem.ElasticFileSystemTagProperty.Builder value(String value)
CfnFileSystem.ElasticFileSystemTagProperty.getValue()value - The value of the tag key. This parameter is required.this@Stability(value=Stable) public CfnFileSystem.ElasticFileSystemTagProperty build()
build in interface software.amazon.jsii.Builder<CfnFileSystem.ElasticFileSystemTagProperty>CfnFileSystem.ElasticFileSystemTagPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.