Uses of Interface
software.amazon.awssdk.services.s3.model.PutBucketNotificationConfigurationRequest.Builder
-
Packages that use PutBucketNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.model -
-
Uses of PutBucketNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutBucketNotificationConfigurationResponse>S3AsyncClient. putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder> putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket.default PutBucketNotificationConfigurationResponseS3Client. putBucketNotificationConfiguration(Consumer<PutBucketNotificationConfigurationRequest.Builder> putBucketNotificationConfigurationRequest)Enables notifications of specified events for a bucket. -
Uses of PutBucketNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. bucket(String bucket)The name of the bucket.static PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest. builder()PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. expectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.default PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Sets the value of the NotificationConfiguration property for this object.PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)Sets the value of the NotificationConfiguration property for this object.PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest.Builder. skipDestinationValidation(Boolean skipDestinationValidation)Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations.PutBucketNotificationConfigurationRequest.BuilderPutBucketNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutBucketNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutBucketNotificationConfigurationRequest.Builder>PutBucketNotificationConfigurationRequest. serializableBuilderClass()
-