Interface DirectPutSourceDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DirectPutSourceDescription.Builder,DirectPutSourceDescription>,SdkBuilder<DirectPutSourceDescription.Builder,DirectPutSourceDescription>,SdkPojo
- Enclosing class:
- DirectPutSourceDescription
public static interface DirectPutSourceDescription.Builder extends SdkPojo, CopyableBuilder<DirectPutSourceDescription.Builder,DirectPutSourceDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectPutSourceDescription.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
DirectPutSourceDescription.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.
-
-