CopyableBuilder<QueueConfiguration.Builder,QueueConfiguration>
, SdkBuilder<QueueConfiguration.Builder,QueueConfiguration>
public static interface QueueConfiguration.Builder extends CopyableBuilder<QueueConfiguration.Builder,QueueConfiguration>
Modifier and Type | Method | Description |
---|---|---|
QueueConfiguration.Builder |
events(String... events) |
NOTE: This method appends the values to the existing list (if any).
|
QueueConfiguration.Builder |
events(Collection<String> events) |
|
QueueConfiguration.Builder |
events(Event... events) |
NOTE: This method appends the values to the existing list (if any).
|
QueueConfiguration.Builder |
filter(NotificationConfigurationFilter filter) |
|
QueueConfiguration.Builder |
id(String id) |
|
QueueConfiguration.Builder |
queueArn(String queueArn) |
Amazon SQS queue ARN to which Amazon S3 will publish a message when it detects events of specified type.
|
copy
apply, build
QueueConfiguration.Builder id(String id)
id
- QueueConfiguration.Builder queueArn(String queueArn)
queueArn
- Amazon SQS queue ARN to which Amazon S3 will publish a message when it detects events of specified
type.QueueConfiguration.Builder events(Collection<String> events)
events
- Event
QueueConfiguration.Builder events(String... events)
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
events
- Event
QueueConfiguration.Builder events(Event... events)
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
events
- Event
QueueConfiguration.Builder filter(NotificationConfigurationFilter filter)
filter
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.