Package io.awspring.cloud.autoconfigure
Interface AwsSyncClientCustomizer
public interface AwsSyncClientCustomizer
Callback interface that can be used to customize a
AwsSyncClientBuilder.
It gets applied to every configured synchronous AWS client bean.
- Since:
- 3.3.0
- Author:
- Maciej Walkowiak
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?, ?> builder) Callback to customize aAwsSyncClientBuilderinstance.
-
Method Details
-
customize
void customize(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?, ?> builder) Callback to customize aAwsSyncClientBuilderinstance.- Parameters:
builder- the client builder to customize
-