public static interface ListQuickConnectsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListQuickConnectsRequest.Builder,ListQuickConnectsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQuickConnectsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListQuickConnectsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListQuickConnectsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page. The default MaxResult size is 100.
maxResults - The maximum number of results to return per page. The default MaxResult size is 100.ListQuickConnectsRequest.Builder quickConnectTypesWithStrings(Collection<String> quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue
(QUEUE).ListQuickConnectsRequest.Builder quickConnectTypesWithStrings(String... quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue
(QUEUE).ListQuickConnectsRequest.Builder quickConnectTypes(Collection<QuickConnectType> quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue
(QUEUE).ListQuickConnectsRequest.Builder quickConnectTypes(QuickConnectType... quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue
(QUEUE).ListQuickConnectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQuickConnectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.