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