Class UpdateContactRoutingDataRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.connect.model.ConnectRequest
-
- software.amazon.awssdk.services.connect.model.UpdateContactRoutingDataRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateContactRoutingDataRequest.Builder,UpdateContactRoutingDataRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateContactRoutingDataRequest extends ConnectRequest implements ToCopyableBuilder<UpdateContactRoutingDataRequest.Builder,UpdateContactRoutingDataRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateContactRoutingDataRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateContactRoutingDataRequest.Builderbuilder()StringcontactId()The identifier of the contact in this instance of Amazon Connect.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The identifier of the Amazon Connect instance.LongqueuePriority()Priority of the contact in the queue.IntegerqueueTimeAdjustmentSeconds()The number of seconds to add or subtract from the contact's routing age.RoutingCriteriaInputroutingCriteria()Updates the routing criteria on the contact.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateContactRoutingDataRequest.Builder>serializableBuilderClass()UpdateContactRoutingDataRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instanceId
public final String instanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Returns:
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
-
contactId
public final String contactId()
The identifier of the contact in this instance of Amazon Connect.
- Returns:
- The identifier of the contact in this instance of Amazon Connect.
-
queueTimeAdjustmentSeconds
public final Integer queueTimeAdjustmentSeconds()
The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue.
- Returns:
- The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue.
-
queuePriority
public final Long queuePriority()
Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.
- Returns:
- Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.
-
routingCriteria
public final RoutingCriteriaInput routingCriteria()
Updates the routing criteria on the contact. These properties can be used to change how a contact is routed within the queue.
- Returns:
- Updates the routing criteria on the contact. These properties can be used to change how a contact is routed within the queue.
-
toBuilder
public UpdateContactRoutingDataRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateContactRoutingDataRequest.Builder,UpdateContactRoutingDataRequest>- Specified by:
toBuilderin classConnectRequest
-
builder
public static UpdateContactRoutingDataRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateContactRoutingDataRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-