@Stability(value=Stable) public static final class CfnWorkflow.S3TagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflow.S3TagProperty>
CfnWorkflow.S3TagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkflow.S3TagProperty |
build()
Builds the configured instance.
|
CfnWorkflow.S3TagProperty.Builder |
key(String key)
Sets the value of
CfnWorkflow.S3TagProperty.getKey() |
CfnWorkflow.S3TagProperty.Builder |
value(String value)
Sets the value of
CfnWorkflow.S3TagProperty.getValue() |
@Stability(value=Stable) public CfnWorkflow.S3TagProperty.Builder key(String key)
CfnWorkflow.S3TagProperty.getKey()key - The name assigned to the tag that you create. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.S3TagProperty.Builder value(String value)
CfnWorkflow.S3TagProperty.getValue()value - The value that corresponds to the key. This parameter is required.this@Stability(value=Stable) public CfnWorkflow.S3TagProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkflow.S3TagProperty>CfnWorkflow.S3TagPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.