public static interface ListAgentStatusesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListAgentStatusesRequest.Builder,ListAgentStatusesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgentStatusesRequest.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.ListAgentStatusesRequest.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.ListAgentStatusesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListAgentStatusesRequest.Builder agentStatusTypesWithStrings(Collection<String> agentStatusTypes)
Available agent status types.
agentStatusTypes - Available agent status types.ListAgentStatusesRequest.Builder agentStatusTypesWithStrings(String... agentStatusTypes)
Available agent status types.
agentStatusTypes - Available agent status types.ListAgentStatusesRequest.Builder agentStatusTypes(Collection<AgentStatusType> agentStatusTypes)
Available agent status types.
agentStatusTypes - Available agent status types.ListAgentStatusesRequest.Builder agentStatusTypes(AgentStatusType... agentStatusTypes)
Available agent status types.
agentStatusTypes - Available agent status types.ListAgentStatusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAgentStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.