public static interface IngestionSummary.Builder extends SdkPojo, CopyableBuilder<IngestionSummary.Builder,IngestionSummary>
| Modifier and Type | Method and Description |
|---|---|
IngestionSummary.Builder |
app(String app)
The name of the application.
|
IngestionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
IngestionSummary.Builder |
state(IngestionState state)
The status of the ingestion.
|
IngestionSummary.Builder |
state(String state)
The status of the ingestion.
|
IngestionSummary.Builder |
tenantId(String tenantId)
The ID of the application tenant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
arn - The Amazon Resource Name (ARN) of the ingestion.IngestionSummary.Builder app(String app)
The name of the application.
app - The name of the application.IngestionSummary.Builder tenantId(String tenantId)
The ID of the application tenant.
tenantId - The ID of the application tenant.IngestionSummary.Builder state(String state)
The status of the ingestion.
state - The status of the ingestion.IngestionState,
IngestionStateIngestionSummary.Builder state(IngestionState state)
The status of the ingestion.
state - The status of the ingestion.IngestionState,
IngestionStateCopyright © 2023. All rights reserved.