Skip to content

Commit b95a721

Browse files
committed
Update javadoc
1 parent 8364ba4 commit b95a721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/RequestCompressionConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public int hashCode() {
9090
public interface Builder extends CopyableBuilder<Builder, RequestCompressionConfiguration> {
9191

9292
/**
93-
* Configures whether request compression is enabled or not. The default value is true.
93+
* Configures whether request compression is enabled or not, for operations that have the "requestCompression" C2J trait.
94+
* The default value is true.
9495
*
9596
* @param requestCompressionEnabled
9697
* @return This object for method chaining.

0 commit comments

Comments
 (0)