public static interface Ingestion.Builder extends SdkPojo, CopyableBuilder<Ingestion.Builder,Ingestion>
| Modifier and Type | Method and Description |
|---|---|
Ingestion.Builder |
app(String app)
The name of the application.
|
Ingestion.Builder |
appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
|
Ingestion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
Ingestion.Builder |
createdAt(Instant createdAt)
The timestamp of when the ingestion was created.
|
Ingestion.Builder |
ingestionType(IngestionType ingestionType)
The type of the ingestion.
|
Ingestion.Builder |
ingestionType(String ingestionType)
The type of the ingestion.
|
Ingestion.Builder |
state(IngestionState state)
The status of the ingestion.
|
Ingestion.Builder |
state(String state)
The status of the ingestion.
|
Ingestion.Builder |
tenantId(String tenantId)
The ID of the application tenant.
|
Ingestion.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the ingestion was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestion.Builder arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
arn - The Amazon Resource Name (ARN) of the ingestion.Ingestion.Builder appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
appBundleArn - The Amazon Resource Name (ARN) of the app bundle for the ingestion.Ingestion.Builder app(String app)
The name of the application.
app - The name of the application.Ingestion.Builder tenantId(String tenantId)
The ID of the application tenant.
tenantId - The ID of the application tenant.Ingestion.Builder createdAt(Instant createdAt)
The timestamp of when the ingestion was created.
createdAt - The timestamp of when the ingestion was created.Ingestion.Builder updatedAt(Instant updatedAt)
The timestamp of when the ingestion was last updated.
updatedAt - The timestamp of when the ingestion was last updated.Ingestion.Builder state(String state)
The status of the ingestion.
state - The status of the ingestion.IngestionState,
IngestionStateIngestion.Builder state(IngestionState state)
The status of the ingestion.
state - The status of the ingestion.IngestionState,
IngestionStateIngestion.Builder ingestionType(String ingestionType)
The type of the ingestion.
ingestionType - The type of the ingestion.IngestionType,
IngestionTypeIngestion.Builder ingestionType(IngestionType ingestionType)
The type of the ingestion.
ingestionType - The type of the ingestion.IngestionType,
IngestionTypeCopyright © 2023. All rights reserved.