Interface Ingestion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ingestion.Builder,Ingestion>, SdkBuilder<Ingestion.Builder,Ingestion>, SdkPojo
Enclosing class:
Ingestion

public static interface Ingestion.Builder extends SdkPojo, CopyableBuilder<Ingestion.Builder,Ingestion>
  • Method Details

    • 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

      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:
    • 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:
    • 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

      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: