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 Summary
Modifier 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.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 Details
-
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.
-