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 Type
    Method
    Description
    void
    customize(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?,?> builder)
    Callback to customize a AwsSyncClientBuilder instance.
  • Method Details

    • customize

      void customize(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<?,?> builder)
      Callback to customize a AwsSyncClientBuilder instance.
      Parameters:
      builder - the client builder to customize