Class FlociAwsClientFactory

java.lang.Object
io.awspring.cloud.testcontainers.FlociAwsClientFactory
All Implemented Interfaces:
AwsClientFactory

public class FlociAwsClientFactory extends Object implements AwsClientFactory
AwsClientFactory implementation that creates containers pointing to Floci instance running through FlociContainer.
Since:
4.1.0
Author:
Bastian Hellmann
  • Constructor Details

    • FlociAwsClientFactory

      public FlociAwsClientFactory(io.floci.testcontainers.FlociContainer floci)
  • Method Details

    • create

      public <CLIENT, BUILDER extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<BUILDER,CLIENT>> CLIENT create(BUILDER builder)
      Specified by:
      create in interface AwsClientFactory