Interface AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder,AwsS3BucketNotificationConfigurationS3KeyFilterRule>,SdkBuilder<AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder,AwsS3BucketNotificationConfigurationS3KeyFilterRule>,SdkPojo
- Enclosing class:
- AwsS3BucketNotificationConfigurationS3KeyFilterRule
public static interface AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder,AwsS3BucketNotificationConfigurationS3KeyFilterRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsS3BucketNotificationConfigurationS3KeyFilterRule.Buildername(String name)Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.AwsS3BucketNotificationConfigurationS3KeyFilterRule.Buildername(AwsS3BucketNotificationConfigurationS3KeyFilterRuleName name)Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.AwsS3BucketNotificationConfigurationS3KeyFilterRule.Buildervalue(String value)The filter value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder name(String name)
Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.
- Parameters:
name- Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsS3BucketNotificationConfigurationS3KeyFilterRuleName,AwsS3BucketNotificationConfigurationS3KeyFilterRuleName
-
name
AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder name(AwsS3BucketNotificationConfigurationS3KeyFilterRuleName name)
Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.
- Parameters:
name- Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsS3BucketNotificationConfigurationS3KeyFilterRuleName,AwsS3BucketNotificationConfigurationS3KeyFilterRuleName
-
value
AwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder value(String value)
The filter value.
- Parameters:
value- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-