Interface IntegrationAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>,SdkBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>,SdkPojo
- Enclosing class:
- IntegrationAssociationSummary
public static interface IntegrationAssociationSummary.Builder extends SdkPojo, CopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationAssociationSummary.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.IntegrationAssociationSummary.BuilderintegrationArn(String integrationArn)The Amazon Resource Name (ARN) for the AppIntegration.IntegrationAssociationSummary.BuilderintegrationAssociationArn(String integrationAssociationArn)The Amazon Resource Name (ARN) for the AppIntegration association.IntegrationAssociationSummary.BuilderintegrationAssociationId(String integrationAssociationId)The identifier for the AppIntegration association.IntegrationAssociationSummary.BuilderintegrationType(String integrationType)The integration type.IntegrationAssociationSummary.BuilderintegrationType(IntegrationType integrationType)The integration type.IntegrationAssociationSummary.BuildersourceApplicationName(String sourceApplicationName)The user-provided, friendly name for the external application.IntegrationAssociationSummary.BuildersourceApplicationUrl(String sourceApplicationUrl)The URL for the external application.IntegrationAssociationSummary.BuildersourceType(String sourceType)The name of the source.IntegrationAssociationSummary.BuildersourceType(SourceType sourceType)The name of the source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
integrationAssociationId
IntegrationAssociationSummary.Builder integrationAssociationId(String integrationAssociationId)
The 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.
-
integrationAssociationArn
IntegrationAssociationSummary.Builder integrationAssociationArn(String integrationAssociationArn)
The 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.
-
instanceId
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.
- 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.
-
integrationType
IntegrationAssociationSummary.Builder integrationType(String integrationType)
The integration type.
- Parameters:
integrationType- The integration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationType,IntegrationType
-
integrationType
IntegrationAssociationSummary.Builder integrationType(IntegrationType integrationType)
The integration type.
- Parameters:
integrationType- The integration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntegrationType,IntegrationType
-
integrationArn
IntegrationAssociationSummary.Builder integrationArn(String integrationArn)
The 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.
-
sourceApplicationUrl
IntegrationAssociationSummary.Builder sourceApplicationUrl(String sourceApplicationUrl)
The 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.
-
sourceApplicationName
IntegrationAssociationSummary.Builder sourceApplicationName(String sourceApplicationName)
The 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.
-
sourceType
IntegrationAssociationSummary.Builder sourceType(String sourceType)
The 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:
SourceType,SourceType
-
sourceType
IntegrationAssociationSummary.Builder sourceType(SourceType sourceType)
The 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:
SourceType,SourceType
-
-