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 theAwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder
avoiding the need to create one manually via
AwsS3BucketNotificationConfigurationS3KeyFilterRule.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #filterRules(List.
filterRules - a consumer that will call methods on
AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder#filterRules(java.util.Collection) Copyright © 2023. All rights reserved.