public static interface IntegrationAssociationSummary.Builder extends SdkPojo, CopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
IntegrationAssociationSummary.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
IntegrationAssociationSummary.Builder |
integrationArn(String integrationArn)
The Amazon Resource Name (ARN) for the AppIntegration.
|
IntegrationAssociationSummary.Builder |
integrationAssociationArn(String integrationAssociationArn)
The Amazon Resource Name (ARN) for the AppIntegration association.
|
IntegrationAssociationSummary.Builder |
integrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
|
IntegrationAssociationSummary.Builder |
integrationType(IntegrationType integrationType)
The integration type.
|
IntegrationAssociationSummary.Builder |
integrationType(String integrationType)
The integration type.
|
IntegrationAssociationSummary.Builder |
sourceApplicationName(String sourceApplicationName)
The user-provided, friendly name for the external application.
|
IntegrationAssociationSummary.Builder |
sourceApplicationUrl(String sourceApplicationUrl)
The URL for the external application.
|
IntegrationAssociationSummary.Builder |
sourceType(SourceType sourceType)
The name of the source.
|
IntegrationAssociationSummary.Builder |
sourceType(String sourceType)
The name of the source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegrationAssociationSummary.Builder integrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
integrationAssociationId - The identifier for the AppIntegration association.IntegrationAssociationSummary.Builder integrationAssociationArn(String integrationAssociationArn)
The Amazon Resource Name (ARN) for the AppIntegration association.
integrationAssociationArn - The Amazon Resource Name (ARN) for the AppIntegration association.IntegrationAssociationSummary.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.IntegrationAssociationSummary.Builder integrationType(String integrationType)
The integration type.
integrationType - The integration type.IntegrationType,
IntegrationTypeIntegrationAssociationSummary.Builder integrationType(IntegrationType integrationType)
The integration type.
integrationType - The integration type.IntegrationType,
IntegrationTypeIntegrationAssociationSummary.Builder integrationArn(String integrationArn)
The Amazon Resource Name (ARN) for the AppIntegration.
integrationArn - The Amazon Resource Name (ARN) for the AppIntegration.IntegrationAssociationSummary.Builder sourceApplicationUrl(String sourceApplicationUrl)
The URL for the external application.
sourceApplicationUrl - The URL for the external application.IntegrationAssociationSummary.Builder sourceApplicationName(String sourceApplicationName)
The user-provided, friendly name for the external application.
sourceApplicationName - The user-provided, friendly name for the external application.IntegrationAssociationSummary.Builder sourceType(String sourceType)
The name of the source.
sourceType - The name of the source.SourceType,
SourceTypeIntegrationAssociationSummary.Builder sourceType(SourceType sourceType)
The name of the source.
sourceType - The name of the source.SourceType,
SourceTypeCopyright © 2023. All rights reserved.