@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRoutingProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateRoutingProfileRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateRoutingProfileRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateRoutingProfileRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateRoutingProfileRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAgentAvailabilityTimer()
 Whether agents with this routing profile will have their routing order calculated based on longest idle
 time or time since their last inbound contact. | 
| String | getDefaultOutboundQueueId()
 The default outbound queue for the routing profile. | 
| String | getDescription()
 Description of the routing profile. | 
| String | getInstanceId()
 The identifier of the Amazon Connect instance. | 
| List<MediaConcurrency> | getMediaConcurrencies()
 The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. | 
| String | getName()
 The name of the routing profile. | 
| List<RoutingProfileQueueConfig> | getQueueConfigs()
 The inbound queues associated with the routing profile. | 
| Map<String,String> | getTags()
 The tags used to organize, track, or control access for this resource. | 
| int | hashCode() | 
| void | setAgentAvailabilityTimer(String agentAvailabilityTimer)
 Whether agents with this routing profile will have their routing order calculated based on longest idle
 time or time since their last inbound contact. | 
| void | setDefaultOutboundQueueId(String defaultOutboundQueueId)
 The default outbound queue for the routing profile. | 
| void | setDescription(String description)
 Description of the routing profile. | 
| void | setInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| void | setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
 The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. | 
| void | setName(String name)
 The name of the routing profile. | 
| void | setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
 The inbound queues associated with the routing profile. | 
| void | setTags(Map<String,String> tags)
 The tags used to organize, track, or control access for this resource. | 
| String | toString()Returns a string representation of this object. | 
| CreateRoutingProfileRequest | withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
 Whether agents with this routing profile will have their routing order calculated based on longest idle
 time or time since their last inbound contact. | 
| CreateRoutingProfileRequest | withAgentAvailabilityTimer(String agentAvailabilityTimer)
 Whether agents with this routing profile will have their routing order calculated based on longest idle
 time or time since their last inbound contact. | 
| CreateRoutingProfileRequest | withDefaultOutboundQueueId(String defaultOutboundQueueId)
 The default outbound queue for the routing profile. | 
| CreateRoutingProfileRequest | withDescription(String description)
 Description of the routing profile. | 
| CreateRoutingProfileRequest | withInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| CreateRoutingProfileRequest | withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
 The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. | 
| CreateRoutingProfileRequest | withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
 The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. | 
| CreateRoutingProfileRequest | withName(String name)
 The name of the routing profile. | 
| CreateRoutingProfileRequest | withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
 The inbound queues associated with the routing profile. | 
| CreateRoutingProfileRequest | withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
 The inbound queues associated with the routing profile. | 
| CreateRoutingProfileRequest | withTags(Map<String,String> tags)
 The tags used to organize, track, or control access for this resource. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
        ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public CreateRoutingProfileRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
        ID in the Amazon Resource Name (ARN) of the instance.public void setName(String name)
The name of the routing profile. Must not be more than 127 characters.
name - The name of the routing profile. Must not be more than 127 characters.public String getName()
The name of the routing profile. Must not be more than 127 characters.
public CreateRoutingProfileRequest withName(String name)
The name of the routing profile. Must not be more than 127 characters.
name - The name of the routing profile. Must not be more than 127 characters.public void setDescription(String description)
Description of the routing profile. Must not be more than 250 characters.
description - Description of the routing profile. Must not be more than 250 characters.public String getDescription()
Description of the routing profile. Must not be more than 250 characters.
public CreateRoutingProfileRequest withDescription(String description)
Description of the routing profile. Must not be more than 250 characters.
description - Description of the routing profile. Must not be more than 250 characters.public void setDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
defaultOutboundQueueId - The default outbound queue for the routing profile.public String getDefaultOutboundQueueId()
The default outbound queue for the routing profile.
public CreateRoutingProfileRequest withDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
defaultOutboundQueueId - The default outbound queue for the routing profile.public List<RoutingProfileQueueConfig> getQueueConfigs()
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
 The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects
 that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per
 routing profile per instance that is listed in Amazon Connect
 service quotas.
 
         The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig
         objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of
         50 queues per routing profile per instance that is listed in Amazon
         Connect service quotas.
public void setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
 The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects
 that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per
 routing profile per instance that is listed in Amazon Connect
 service quotas.
 
queueConfigs - The inbound queues associated with the routing profile. If no queue is added, the agent can make only
        outbound calls.
        
        The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig
        objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50
        queues per routing profile per instance that is listed in Amazon
        Connect service quotas.
public CreateRoutingProfileRequest withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
 The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects
 that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per
 routing profile per instance that is listed in Amazon Connect
 service quotas.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setQueueConfigs(java.util.Collection) or withQueueConfigs(java.util.Collection) if you want to
 override the existing values.
 
queueConfigs - The inbound queues associated with the routing profile. If no queue is added, the agent can make only
        outbound calls.
        
        The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig
        objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50
        queues per routing profile per instance that is listed in Amazon
        Connect service quotas.
public CreateRoutingProfileRequest withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
 The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects
 that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per
 routing profile per instance that is listed in Amazon Connect
 service quotas.
 
queueConfigs - The inbound queues associated with the routing profile. If no queue is added, the agent can make only
        outbound calls.
        
        The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig
        objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50
        queues per routing profile per instance that is listed in Amazon
        Connect service quotas.
public List<MediaConcurrency> getMediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
public void setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.public CreateRoutingProfileRequest withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
 NOTE: This method appends the values to the existing list (if any). Use
 setMediaConcurrencies(java.util.Collection) or withMediaConcurrencies(java.util.Collection) if
 you want to override the existing values.
 
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.public CreateRoutingProfileRequest withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "Tags":
        {"key1":"value1", "key2":"value2"} }.public CreateRoutingProfileRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "Tags":
        {"key1":"value1", "key2":"value2"} }.public CreateRoutingProfileRequest addTagsEntry(String key, String value)
public CreateRoutingProfileRequest clearTagsEntries()
public void setAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
agentAvailabilityTimer - Whether agents with this routing profile will have their routing order calculated based on longest idle
        time or time since their last inbound contact.AgentAvailabilityTimerpublic String getAgentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
AgentAvailabilityTimerpublic CreateRoutingProfileRequest withAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
agentAvailabilityTimer - Whether agents with this routing profile will have their routing order calculated based on longest idle
        time or time since their last inbound contact.AgentAvailabilityTimerpublic CreateRoutingProfileRequest withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
agentAvailabilityTimer - Whether agents with this routing profile will have their routing order calculated based on longest idle
        time or time since their last inbound contact.AgentAvailabilityTimerpublic String toString()
toString in class ObjectObject.toString()public CreateRoutingProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()