Uses of Interface
software.amazon.awssdk.services.pipes.model.UpdatePipeSourceRabbitMQBrokerParameters.Builder
-
Packages that use UpdatePipeSourceRabbitMQBrokerParameters.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of UpdatePipeSourceRabbitMQBrokerParameters.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return UpdatePipeSourceRabbitMQBrokerParameters.Builder Modifier and Type Method Description UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters.Builder. batchSize(Integer batchSize)The maximum number of records to include in each batch.static UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters. builder()default UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters.Builder. credentials(Consumer<MQBrokerAccessCredentials.Builder> credentials)The credentials needed to access the resource.UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters.Builder. credentials(MQBrokerAccessCredentials credentials)The credentials needed to access the resource.UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters.Builder. maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)The maximum length of a time to wait for events.UpdatePipeSourceRabbitMQBrokerParameters.BuilderUpdatePipeSourceRabbitMQBrokerParameters. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type UpdatePipeSourceRabbitMQBrokerParameters.Builder Modifier and Type Method Description static Class<? extends UpdatePipeSourceRabbitMQBrokerParameters.Builder>UpdatePipeSourceRabbitMQBrokerParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type UpdatePipeSourceRabbitMQBrokerParameters.Builder Modifier and Type Method Description default UpdatePipeSourceParameters.BuilderUpdatePipeSourceParameters.Builder. rabbitMQBrokerParameters(Consumer<UpdatePipeSourceRabbitMQBrokerParameters.Builder> rabbitMQBrokerParameters)The parameters for using a Rabbit MQ broker as a source.
-