@Stability(value=Experimental) public static final class S3PutObjectActionProps.Builder extends Object implements software.amazon.jsii.Builder<S3PutObjectActionProps>
S3PutObjectActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3PutObjectActionProps.Builder |
accessControl(BucketAccessControl accessControl)
Sets the value of
S3PutObjectActionProps.getAccessControl() |
S3PutObjectActionProps |
build()
Builds the configured instance.
|
S3PutObjectActionProps.Builder |
key(String key)
Sets the value of
S3PutObjectActionProps.getKey() |
S3PutObjectActionProps.Builder |
role(IRole role)
Sets the value of
CommonActionProps.getRole() |
@Stability(value=Experimental) public S3PutObjectActionProps.Builder accessControl(BucketAccessControl accessControl)
S3PutObjectActionProps.getAccessControl()accessControl - The Amazon S3 canned ACL that controls access to the object identified by the object key.this@Stability(value=Experimental) public S3PutObjectActionProps.Builder key(String key)
S3PutObjectActionProps.getKey()key - The path to the file where the data is written.
Supports substitution templates.this@Stability(value=Experimental) public S3PutObjectActionProps.Builder role(IRole role)
CommonActionProps.getRole()role - The IAM role that allows access to AWS service.this@Stability(value=Experimental) public S3PutObjectActionProps build()
build in interface software.amazon.jsii.Builder<S3PutObjectActionProps>S3PutObjectActionPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.