public static interface NotificationConfigurationFilter.Builder extends CopyableBuilder<NotificationConfigurationFilter.Builder,NotificationConfigurationFilter>
| Modifier and Type | Method and Description |
|---|---|
default NotificationConfigurationFilter.Builder |
key(Consumer<S3KeyFilter.Builder> key)
Sets the value of the Key property for this object.
|
NotificationConfigurationFilter.Builder |
key(S3KeyFilter key)
Sets the value of the Key property for this object.
|
copyapply, buildNotificationConfigurationFilter.Builder key(S3KeyFilter key)
key - The new value for the Key property for this object.default NotificationConfigurationFilter.Builder key(Consumer<S3KeyFilter.Builder> key)
S3KeyFilter.Builder avoiding the need to create
one manually via S3KeyFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to key(S3KeyFilter).key - a consumer that will call methods on S3KeyFilter.Builderkey(S3KeyFilter)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.