@Stability(value=External) public static final class CfnFunction.S3EventProperty.Builder extends Object
CfnFunction.S3EventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.S3EventProperty.Builder |
bucket(String bucket)
Sets the value of Bucket
|
CfnFunction.S3EventProperty |
build()
Builds the configured instance.
|
CfnFunction.S3EventProperty.Builder |
events(IResolvable events)
Sets the value of Events
|
CfnFunction.S3EventProperty.Builder |
events(List<String> events)
Sets the value of Events
|
CfnFunction.S3EventProperty.Builder |
events(String events)
Sets the value of Events
|
CfnFunction.S3EventProperty.Builder |
filter(CfnFunction.S3NotificationFilterProperty filter)
Sets the value of Filter
|
CfnFunction.S3EventProperty.Builder |
filter(IResolvable filter)
Sets the value of Filter
|
@Stability(value=External) public CfnFunction.S3EventProperty.Builder bucket(String bucket)
bucket - `CfnFunction.S3EventProperty.Bucket`. This parameter is required.this@Stability(value=External) public CfnFunction.S3EventProperty.Builder events(String events)
events - `CfnFunction.S3EventProperty.Events`. This parameter is required.this@Stability(value=External) public CfnFunction.S3EventProperty.Builder events(IResolvable events)
events - `CfnFunction.S3EventProperty.Events`. This parameter is required.this@Stability(value=External) public CfnFunction.S3EventProperty.Builder events(List<String> events)
events - `CfnFunction.S3EventProperty.Events`. This parameter is required.this@Stability(value=External) public CfnFunction.S3EventProperty.Builder filter(IResolvable filter)
filter - `CfnFunction.S3EventProperty.Filter`.this@Stability(value=External) public CfnFunction.S3EventProperty.Builder filter(CfnFunction.S3NotificationFilterProperty filter)
filter - `CfnFunction.S3EventProperty.Filter`.this@Stability(value=External) public CfnFunction.S3EventProperty build()
CfnFunction.S3EventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.