@Stability(value=Stable) public static final class CfnAllowList.S3WordsListProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAllowList.S3WordsListProperty>
CfnAllowList.S3WordsListProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAllowList.S3WordsListProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnAllowList.S3WordsListProperty.getBucketName() |
CfnAllowList.S3WordsListProperty |
build()
Builds the configured instance.
|
CfnAllowList.S3WordsListProperty.Builder |
objectKey(String objectKey)
Sets the value of
CfnAllowList.S3WordsListProperty.getObjectKey() |
@Stability(value=Stable) public CfnAllowList.S3WordsListProperty.Builder bucketName(String bucketName)
CfnAllowList.S3WordsListProperty.getBucketName()bucketName - The full name of the S3 bucket that contains the object. This parameter is required.
This value correlates to the Name field of a bucket's properties in Amazon S3 .
This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.
this@Stability(value=Stable) public CfnAllowList.S3WordsListProperty.Builder objectKey(String objectKey)
CfnAllowList.S3WordsListProperty.getObjectKey()objectKey - The full name of the S3 object. This parameter is required.
This value correlates to the Key field of an object's properties in Amazon S3 . If the name includes a path, include the complete path. For example, AllowLists/Macie/MyList.txt .
This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.
this@Stability(value=Stable) public CfnAllowList.S3WordsListProperty build()
build in interface software.amazon.jsii.Builder<CfnAllowList.S3WordsListProperty>CfnAllowList.S3WordsListPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.