@Stability(value=Stable) public static final class CfnBucket.QueueConfigurationProperty.Builder extends Object
CfnBucket.QueueConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBucket.QueueConfigurationProperty |
build()
Builds the configured instance.
|
CfnBucket.QueueConfigurationProperty.Builder |
withEvent(String value)
Sets the value of Event
|
CfnBucket.QueueConfigurationProperty.Builder |
withFilter(CfnBucket.NotificationFilterProperty value)
Sets the value of Filter
|
CfnBucket.QueueConfigurationProperty.Builder |
withFilter(software.amazon.awscdk.core.IResolvable value)
Sets the value of Filter
|
CfnBucket.QueueConfigurationProperty.Builder |
withQueue(String value)
Sets the value of Queue
|
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder withEvent(String value)
value
- `CfnBucket.QueueConfigurationProperty.Event`.this
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder withQueue(String value)
value
- `CfnBucket.QueueConfigurationProperty.Queue`.this
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder withFilter(@Nullable software.amazon.awscdk.core.IResolvable value)
value
- `CfnBucket.QueueConfigurationProperty.Filter`.this
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty.Builder withFilter(@Nullable CfnBucket.NotificationFilterProperty value)
value
- `CfnBucket.QueueConfigurationProperty.Filter`.this
@Stability(value=Stable) public CfnBucket.QueueConfigurationProperty build()
CfnBucket.QueueConfigurationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2019. All rights reserved.