Interface GetIntegrationResponse.Builder

  • Method Details

    • integrationId

      GetIntegrationResponse.Builder integrationId(String integrationId)

      Unique identifier of the integration

      Parameters:
      integrationId - Unique identifier of the integration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • installationId

      GetIntegrationResponse.Builder installationId(String installationId)

      Installation identifier from the provider

      Parameters:
      installationId - Installation identifier from the provider
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      Provider type

      Parameters:
      provider - Provider type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provider

      Provider type

      Parameters:
      provider - Provider type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerType

      GetIntegrationResponse.Builder providerType(String providerType)

      Type of provider integration

      Parameters:
      providerType - Type of provider integration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerType

      GetIntegrationResponse.Builder providerType(ProviderType providerType)

      Type of provider integration

      Parameters:
      providerType - Type of provider integration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • displayName

      GetIntegrationResponse.Builder displayName(String displayName)

      Display name for the integration

      Parameters:
      displayName - Display name for the integration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      KMS key ID for encrypting integration details

      Parameters:
      kmsKeyId - KMS key ID for encrypting integration details
      Returns:
      Returns a reference to this object so that method calls can be chained together.