public static interface CreateIntegrationAssociationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationAssociationRequest.Builder,CreateIntegrationAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIntegrationAssociationRequest.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.CreateIntegrationAssociationRequest.Builder integrationType(String integrationType)
The type of information to be ingested.
integrationType - The type of information to be ingested.IntegrationType,
IntegrationTypeCreateIntegrationAssociationRequest.Builder integrationType(IntegrationType integrationType)
The type of information to be ingested.
integrationType - The type of information to be ingested.IntegrationType,
IntegrationTypeCreateIntegrationAssociationRequest.Builder integrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the integration.
integrationArn - The Amazon Resource Name (ARN) of the integration.CreateIntegrationAssociationRequest.Builder sourceApplicationUrl(String sourceApplicationUrl)
The URL for the external application. This field is only required for the EVENT integration type.
sourceApplicationUrl - The URL for the external application. This field is only required for the EVENT integration type.CreateIntegrationAssociationRequest.Builder sourceApplicationName(String sourceApplicationName)
The name of the external application. This field is only required for the EVENT integration type.
sourceApplicationName - The name of the external application. This field is only required for the EVENT integration type.CreateIntegrationAssociationRequest.Builder sourceType(String sourceType)
The type of the data source. This field is only required for the EVENT integration type.
sourceType - The type of the data source. This field is only required for the EVENT integration type.SourceType,
SourceTypeCreateIntegrationAssociationRequest.Builder sourceType(SourceType sourceType)
The type of the data source. This field is only required for the EVENT integration type.
sourceType - The type of the data source. This field is only required for the EVENT integration type.SourceType,
SourceTypeCreateIntegrationAssociationRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.CreateIntegrationAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIntegrationAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.