Interface S3ClientCustomizer
- All Superinterfaces:
AwsClientCustomizer<software.amazon.awssdk.services.s3.S3ClientBuilder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface S3ClientCustomizer
extends AwsClientCustomizer<software.amazon.awssdk.services.s3.S3ClientBuilder>
Callback interface that can be used to customize a
S3ClientBuilder
.- Since:
- 3.3.0
- Author:
- Maciej Walkowiak
-
Method Summary
Methods inherited from interface io.awspring.cloud.autoconfigure.AwsClientCustomizer
customize