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 TypeMethodDescriptionvoid
customize
(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?, ?> builder) Callback to customize aAwsSyncClientBuilder
instance.
-
Method Details
-
customize
void customize(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?, ?> builder) Callback to customize aAwsSyncClientBuilder
instance.- Parameters:
builder
- the client builder to customize
-