Interface DirectPutSourceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DirectPutSourceConfiguration.Builder,DirectPutSourceConfiguration>,SdkBuilder<DirectPutSourceConfiguration.Builder,DirectPutSourceConfiguration>,SdkPojo
- Enclosing class:
- DirectPutSourceConfiguration
public static interface DirectPutSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<DirectPutSourceConfiguration.Builder,DirectPutSourceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectPutSourceConfiguration.BuilderthroughputHintInMBs(Integer throughputHintInMBs)The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
throughputHintInMBs
DirectPutSourceConfiguration.Builder throughputHintInMBs(Integer throughputHintInMBs)
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
- Parameters:
throughputHintInMBs- The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-