public static interface AwsS3BucketNotificationConfigurationS3KeyFilter.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketNotificationConfigurationS3KeyFilter.Builder,AwsS3BucketNotificationConfigurationS3KeyFilter>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketNotificationConfigurationS3KeyFilter.Builder |
filterRules(AwsS3BucketNotificationConfigurationS3KeyFilterRule... filterRules)
The filter rules for the filter.
|
AwsS3BucketNotificationConfigurationS3KeyFilter.Builder |
filterRules(Collection<AwsS3BucketNotificationConfigurationS3KeyFilterRule> filterRules)
The filter rules for the filter.
|
AwsS3BucketNotificationConfigurationS3KeyFilter.Builder |
filterRules(Consumer<AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder>... filterRules)
The filter rules for the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketNotificationConfigurationS3KeyFilter.Builder filterRules(Collection<AwsS3BucketNotificationConfigurationS3KeyFilterRule> filterRules)
The filter rules for the filter.
filterRules - The filter rules for the filter.AwsS3BucketNotificationConfigurationS3KeyFilter.Builder filterRules(AwsS3BucketNotificationConfigurationS3KeyFilterRule... filterRules)
The filter rules for the filter.
filterRules - The filter rules for the filter.AwsS3BucketNotificationConfigurationS3KeyFilter.Builder filterRules(Consumer<AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder>... filterRules)
The filter rules for the filter.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result
is passed to #filterRules(List) .filterRules - a consumer that will call methods on .Builder #filterRules(List) Copyright © 2022. All rights reserved.