@Generated(value="software.amazon.awssdk:codegen") public final class StartMessageMoveTaskRequest extends SqsRequest implements ToCopyableBuilder<StartMessageMoveTaskRequest.Builder,StartMessageMoveTaskRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
StartMessageMoveTaskRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static StartMessageMoveTaskRequest.Builder |
builder() |
String |
destinationArn()
The ARN of the queue that receives the moved messages.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxNumberOfMessagesPerSecond()
The number of messages to be moved per second (the message movement rate).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMessageMoveTaskRequest.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The ARN of the queue that contains the messages to be moved to another queue.
|
StartMessageMoveTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String sourceArn()
The ARN of the queue that contains the messages to be moved to another queue. Currently, only dead-letter queue (DLQ) ARNs are accepted.
public final String destinationArn()
The ARN of the queue that receives the moved messages. You can use this field to specify the destination queue where you would like to redrive messages. If this field is left blank, the messages will be redriven back to their respective original source queues.
public final Integer maxNumberOfMessagesPerSecond()
The number of messages to be moved per second (the message movement rate). You can use this field to define a fixed message movement rate. The maximum value for messages per second is 500. If this field is left blank, the system will optimize the rate based on the queue message backlog size, which may vary throughout the duration of the message movement task.
public StartMessageMoveTaskRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StartMessageMoveTaskRequest.Builder,StartMessageMoveTaskRequest>
toBuilder
in class SqsRequest
public static StartMessageMoveTaskRequest.Builder builder()
public static Class<? extends StartMessageMoveTaskRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.