Class S3ExpressPlugin

java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.S3ExpressPlugin
All Implemented Interfaces:
AutoCloseable, SdkPlugin, SdkAutoCloseable

@SdkInternalApi public final class S3ExpressPlugin extends Object implements SdkPlugin
  • Constructor Details

    • S3ExpressPlugin

      public S3ExpressPlugin()
  • Method Details

    • configureClient

      public void configureClient(SdkServiceClientConfiguration.Builder config)
      Description copied from interface: SdkPlugin
      Modifies the provided client configuration.

      This method is invoked by the SDK to allow the plugin to customize the client configuration. Implementations can modify any aspect of the configuration exposed through the builder, including override configuration, endpoints, and authentication schemes.

      Specified by:
      configureClient in interface SdkPlugin
      Parameters:
      config - the configuration builder to modify