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