Interface IntegrationIdentifier.Builder

  • Method Details

    • integrationId

      IntegrationIdentifier.Builder integrationId(String integrationId)

      The unique identifier of the integration.

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

      IntegrationIdentifier.Builder integrationArn(String integrationArn)

      The Amazon Resource Name of the integration.

      Parameters:
      integrationArn - The Amazon Resource Name of the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • integrationName

      IntegrationIdentifier.Builder integrationName(String integrationName)

      The name of the integration; unique within the account.

      Parameters:
      integrationName - The name of the integration; unique within the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.