Class B2SetBucketNotificationRulesResponse.Builder
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2SetBucketNotificationRulesResponse.Builder
-
- Enclosing class:
- B2SetBucketNotificationRulesResponse
public static class B2SetBucketNotificationRulesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2SetBucketNotificationRulesResponse
build()
-
-
-
Constructor Detail
-
Builder
public Builder(java.lang.String bucketId, java.util.List<B2EventNotificationRule> eventNotificationRules)
-
-
Method Detail
-
build
public B2SetBucketNotificationRulesResponse build()
-
-