Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateMaxRecordSizeRequest.Builder
Packages that use UpdateMaxRecordSizeRequest.Builder
Package
Description
-
Uses of UpdateMaxRecordSizeRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type UpdateMaxRecordSizeRequest.BuilderModifier and TypeMethodDescriptionKinesisAsyncClient.updateMaxRecordSize(Consumer<UpdateMaxRecordSizeRequest.Builder> updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream.default UpdateMaxRecordSizeResponseKinesisClient.updateMaxRecordSize(Consumer<UpdateMaxRecordSizeRequest.Builder> updateMaxRecordSizeRequest) This allows you to update theMaxRecordSizeof a single record that you can write to, and read from a stream. -
Uses of UpdateMaxRecordSizeRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return UpdateMaxRecordSizeRequest.BuilderModifier and TypeMethodDescriptionUpdateMaxRecordSizeRequest.builder()UpdateMaxRecordSizeRequest.Builder.maxRecordSizeInKiB(Integer maxRecordSizeInKiB) The maximum record size of a single record in KiB that you can write to, and read from a stream.UpdateMaxRecordSizeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateMaxRecordSizeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the stream for theMaxRecordSizeupdate.Not Implemented.UpdateMaxRecordSizeRequest.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateMaxRecordSizeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMaxRecordSizeRequest.Builder>UpdateMaxRecordSizeRequest.serializableBuilderClass()