Interface Ingestion.Builder

    • Method Detail

      • arn

        Ingestion.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the ingestion.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appBundleArn

        Ingestion.Builder appBundleArn​(String appBundleArn)

        The Amazon Resource Name (ARN) of the app bundle for the ingestion.

        Parameters:
        appBundleArn - The Amazon Resource Name (ARN) of the app bundle for the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • app

        Ingestion.Builder app​(String app)

        The name of the application.

        Parameters:
        app - The name of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantId

        Ingestion.Builder tenantId​(String tenantId)

        The ID of the application tenant.

        Parameters:
        tenantId - The ID of the application tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        Ingestion.Builder createdAt​(Instant createdAt)

        The timestamp of when the ingestion was created.

        Parameters:
        createdAt - The timestamp of when the ingestion was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        Ingestion.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the ingestion was last updated.

        Parameters:
        updatedAt - The timestamp of when the ingestion was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        Ingestion.Builder state​(String state)

        The status of the ingestion.

        Parameters:
        state - The status of the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionState, IngestionState
      • ingestionType

        Ingestion.Builder ingestionType​(String ingestionType)

        The type of the ingestion.

        Parameters:
        ingestionType - The type of the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionType, IngestionType
      • ingestionType

        Ingestion.Builder ingestionType​(IngestionType ingestionType)

        The type of the ingestion.

        Parameters:
        ingestionType - The type of the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionType, IngestionType