| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Ingestion |
Ingestion.clone() |
Ingestion |
CreateIngestionResult.getIngestion()
Contains information about an ingestion.
|
Ingestion |
GetIngestionResult.getIngestion()
Contains information about an ingestion.
|
Ingestion |
Ingestion.withApp(String app)
The name of the application.
|
Ingestion |
Ingestion.withAppBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
|
Ingestion |
Ingestion.withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
Ingestion |
Ingestion.withCreatedAt(Date createdAt)
The timestamp of when the ingestion was created.
|
Ingestion |
Ingestion.withIngestionType(IngestionType ingestionType)
The type of the ingestion.
|
Ingestion |
Ingestion.withIngestionType(String ingestionType)
The type of the ingestion.
|
Ingestion |
Ingestion.withState(IngestionState state)
The status of the ingestion.
|
Ingestion |
Ingestion.withState(String state)
The status of the ingestion.
|
Ingestion |
Ingestion.withTenantId(String tenantId)
The ID of the application tenant.
|
Ingestion |
Ingestion.withUpdatedAt(Date updatedAt)
The timestamp of when the ingestion was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIngestionResult.setIngestion(Ingestion ingestion)
Contains information about an ingestion.
|
void |
GetIngestionResult.setIngestion(Ingestion ingestion)
Contains information about an ingestion.
|
CreateIngestionResult |
CreateIngestionResult.withIngestion(Ingestion ingestion)
Contains information about an ingestion.
|
GetIngestionResult |
GetIngestionResult.withIngestion(Ingestion ingestion)
Contains information about an ingestion.
|
Copyright © 2025. All rights reserved.