@Stability(value=Stable) public static final class CfnBucket.QueueConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBucket.QueueConfigurationProperty>
CfnBucket.QueueConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBucket.QueueConfigurationProperty |
build()
Builds the configured instance.
|
CfnBucket.QueueConfigurationProperty.Builder |
event(String event)
Sets the value of
CfnBucket.QueueConfigurationProperty.getEvent() |
CfnBucket.QueueConfigurationProperty.Builder |
filter(CfnBucket.NotificationFilterProperty filter)
Sets the value of
CfnBucket.QueueConfigurationProperty.getFilter() |
CfnBucket.QueueConfigurationProperty.Builder |
filter(IResolvable filter)
Sets the value of
CfnBucket.QueueConfigurationProperty.getFilter() |
CfnBucket.QueueConfigurationProperty.Builder |
queue(String queue)
Sets the value of
CfnBucket.QueueConfigurationProperty.getQueue() |
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder event(String event)
CfnBucket.QueueConfigurationProperty.getEvent()event - `CfnBucket.QueueConfigurationProperty.Event`. This parameter is required.this@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder queue(String queue)
CfnBucket.QueueConfigurationProperty.getQueue()queue - `CfnBucket.QueueConfigurationProperty.Queue`. This parameter is required.this@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder filter(CfnBucket.NotificationFilterProperty filter)
CfnBucket.QueueConfigurationProperty.getFilter()filter - `CfnBucket.QueueConfigurationProperty.Filter`.this@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder filter(IResolvable filter)
CfnBucket.QueueConfigurationProperty.getFilter()filter - `CfnBucket.QueueConfigurationProperty.Filter`.this@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnBucket.QueueConfigurationProperty>CfnBucket.QueueConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.