Uses of Interface
software.amazon.awssdk.services.firehose.model.DirectPutSourceDescription.Builder
-
Packages that use DirectPutSourceDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DirectPutSourceDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DirectPutSourceDescription.Builder Modifier and Type Method Description static DirectPutSourceDescription.BuilderDirectPutSourceDescription. builder()DirectPutSourceDescription.BuilderDirectPutSourceDescription.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.DirectPutSourceDescription.BuilderDirectPutSourceDescription. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DirectPutSourceDescription.Builder Modifier and Type Method Description static Class<? extends DirectPutSourceDescription.Builder>DirectPutSourceDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DirectPutSourceDescription.Builder Modifier and Type Method Description default SourceDescription.BuilderSourceDescription.Builder. directPutSourceDescription(Consumer<DirectPutSourceDescription.Builder> directPutSourceDescription)Details about Direct PUT used as the source for a Firehose stream.
-