public static interface ListIntegrationAssociationsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationAssociationsRequest.Builder,ListIntegrationAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationAssociationsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListIntegrationAssociationsRequest.Builder |
integrationType(IntegrationType integrationType)
The integration type.
|
ListIntegrationAssociationsRequest.Builder |
integrationType(String integrationType)
The integration type.
|
ListIntegrationAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListIntegrationAssociationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListIntegrationAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntegrationAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntegrationAssociationsRequest.Builder instanceId(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.ListIntegrationAssociationsRequest.Builder integrationType(String integrationType)
The integration type.
integrationType - The integration type.IntegrationType,
IntegrationTypeListIntegrationAssociationsRequest.Builder integrationType(IntegrationType integrationType)
The integration type.
integrationType - The integration type.IntegrationType,
IntegrationTypeListIntegrationAssociationsRequest.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.ListIntegrationAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListIntegrationAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIntegrationAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.