Class S3CrtClientProperties

java.lang.Object
io.awspring.cloud.autoconfigure.s3.properties.S3CrtClientProperties

public class S3CrtClientProperties extends Object
Properties related to S3CrtAsyncClient.
Since:
3.0
Author:
Maciej Walkowiak
  • Constructor Details

    • S3CrtClientProperties

      public S3CrtClientProperties()
  • Method Details

    • getTargetThroughputInGbps

      @Nullable public Double getTargetThroughputInGbps()
    • setTargetThroughputInGbps

      public void setTargetThroughputInGbps(@Nullable Double targetThroughputInGbps)
    • getMaxConcurrency

      @Nullable public Integer getMaxConcurrency()
    • setMaxConcurrency

      public void setMaxConcurrency(@Nullable Integer maxConcurrency)
    • getMinimumPartSizeInBytes

      @Nullable public Long getMinimumPartSizeInBytes()
    • setMinimumPartSizeInBytes

      public void setMinimumPartSizeInBytes(@Nullable Long minimumPartSizeInBytes)
    • getInitialReadBufferSizeInBytes

      @Nullable public Long getInitialReadBufferSizeInBytes()
    • setInitialReadBufferSizeInBytes

      public void setInitialReadBufferSizeInBytes(@Nullable Long initialReadBufferSizeInBytes)