@Generated(value="software.amazon.awssdk:codegen") public final class PipeSourceActiveMQBrokerParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeSourceActiveMQBrokerParameters.Builder,PipeSourceActiveMQBrokerParameters>
The parameters for using an Active MQ broker as a source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipeSourceActiveMQBrokerParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
batchSize()
The maximum number of records to include in each batch.
|
static PipeSourceActiveMQBrokerParameters.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.
|
String |
queueName()
The name of the destination queue to consume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipeSourceActiveMQBrokerParameters.Builder> |
serializableBuilderClass() |
PipeSourceActiveMQBrokerParameters.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 final String queueName()
The name of the destination queue to consume.
public PipeSourceActiveMQBrokerParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipeSourceActiveMQBrokerParameters.Builder,PipeSourceActiveMQBrokerParameters>public static PipeSourceActiveMQBrokerParameters.Builder builder()
public static Class<? extends PipeSourceActiveMQBrokerParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.