Class CfnWorkflow.S3TagProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnWorkflow.S3TagProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflow.S3TagProperty>
- Enclosing interface:
CfnWorkflow.S3TagProperty
@Stability(Stable)
public static final class CfnWorkflow.S3TagProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflow.S3TagProperty>
A builder for
CfnWorkflow.S3TagProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnWorkflow.S3TagProperty.getKey()
Sets the value ofCfnWorkflow.S3TagProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnWorkflow.S3TagProperty.getKey()
- Parameters:
key
- The name assigned to the tag that you create. This parameter is required.- Returns:
this
-
value
Sets the value ofCfnWorkflow.S3TagProperty.getValue()
- Parameters:
value
- The value that corresponds to the key. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWorkflow.S3TagProperty>
- Returns:
- a new instance of
CfnWorkflow.S3TagProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-