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