@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePipeSourceRabbitMQBrokerParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdatePipeSourceRabbitMQBrokerParameters.Builder,UpdatePipeSourceRabbitMQBrokerParameters>
The parameters for using a Rabbit MQ broker as a source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePipeSourceRabbitMQBrokerParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
batchSize()
The maximum number of records to include in each batch.
|
static UpdatePipeSourceRabbitMQBrokerParameters.Builder |
builder() |
MQBrokerAccessCredentials |
credentials()
The credentials needed to access the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumBatchingWindowInSeconds()
The maximum length of a time to wait for events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePipeSourceRabbitMQBrokerParameters.Builder> |
serializableBuilderClass() |
UpdatePipeSourceRabbitMQBrokerParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer batchSize()
The maximum number of records to include in each batch.
public final MQBrokerAccessCredentials credentials()
The credentials needed to access the resource.
public final Integer maximumBatchingWindowInSeconds()
The maximum length of a time to wait for events.
public UpdatePipeSourceRabbitMQBrokerParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePipeSourceRabbitMQBrokerParameters.Builder,UpdatePipeSourceRabbitMQBrokerParameters>public static UpdatePipeSourceRabbitMQBrokerParameters.Builder builder()
public static Class<? extends UpdatePipeSourceRabbitMQBrokerParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.