Interface IntegrationAssociationSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IntegrationAssociationSummary.Builder,,- IntegrationAssociationSummary> - SdkBuilder<IntegrationAssociationSummary.Builder,,- IntegrationAssociationSummary> - SdkPojo
- Enclosing class:
- IntegrationAssociationSummary
@Mutable
@NotThreadSafe
public static interface IntegrationAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioninstanceId(String instanceId) The identifier of the Amazon Connect instance.integrationArn(String integrationArn) The Amazon Resource Name (ARN) for the AppIntegration.integrationAssociationArn(String integrationAssociationArn) The Amazon Resource Name (ARN) for the AppIntegration association.integrationAssociationId(String integrationAssociationId) The identifier for the AppIntegration association.integrationType(String integrationType) The integration type.integrationType(IntegrationType integrationType) The integration type.sourceApplicationName(String sourceApplicationName) The user-provided, friendly name for the external application.sourceApplicationUrl(String sourceApplicationUrl) The URL for the external application.sourceType(String sourceType) The name of the source.sourceType(SourceType sourceType) The name of the source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
integrationAssociationIdThe identifier for the AppIntegration association. - Parameters:
- integrationAssociationId- The identifier for the AppIntegration association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integrationAssociationArnThe Amazon Resource Name (ARN) for the AppIntegration association. - Parameters:
- integrationAssociationArn- The Amazon Resource Name (ARN) for the AppIntegration association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
instanceIdThe identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. - Parameters:
- instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
integrationTypeThe integration type. - Parameters:
- integrationType- The integration type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
integrationTypeThe integration type. - Parameters:
- integrationType- The integration type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
integrationArnThe Amazon Resource Name (ARN) for the AppIntegration. - Parameters:
- integrationArn- The Amazon Resource Name (ARN) for the AppIntegration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceApplicationUrlThe URL for the external application. - Parameters:
- sourceApplicationUrl- The URL for the external application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceApplicationNameThe user-provided, friendly name for the external application. - Parameters:
- sourceApplicationName- The user-provided, friendly name for the external application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceTypeThe name of the source. - Parameters:
- sourceType- The name of the source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceTypeThe name of the source. - Parameters:
- sourceType- The name of the source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-