Interface DirectPutSourceConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DirectPutSourceConfiguration.Builder,,- DirectPutSourceConfiguration> - SdkBuilder<DirectPutSourceConfiguration.Builder,,- DirectPutSourceConfiguration> - SdkPojo
- Enclosing class:
- DirectPutSourceConfiguration
@Mutable
@NotThreadSafe
public static interface DirectPutSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<DirectPutSourceConfiguration.Builder,DirectPutSourceConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionthroughputHintInMBs(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
throughputHintInMBsThe 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.
 
 
-