| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Ingestion.Builder |
Ingestion.Builder.app(String app)
The name of the application.
|
Ingestion.Builder |
Ingestion.Builder.appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
|
Ingestion.Builder |
Ingestion.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
static Ingestion.Builder |
Ingestion.builder() |
Ingestion.Builder |
Ingestion.Builder.createdAt(Instant createdAt)
The timestamp of when the ingestion was created.
|
Ingestion.Builder |
Ingestion.Builder.ingestionType(IngestionType ingestionType)
The type of the ingestion.
|
Ingestion.Builder |
Ingestion.Builder.ingestionType(String ingestionType)
The type of the ingestion.
|
Ingestion.Builder |
Ingestion.Builder.state(IngestionState state)
The status of the ingestion.
|
Ingestion.Builder |
Ingestion.Builder.state(String state)
The status of the ingestion.
|
Ingestion.Builder |
Ingestion.Builder.tenantId(String tenantId)
The ID of the application tenant.
|
Ingestion.Builder |
Ingestion.toBuilder() |
Ingestion.Builder |
Ingestion.Builder.updatedAt(Instant updatedAt)
The timestamp of when the ingestion was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ingestion.Builder> |
Ingestion.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateIngestionResponse.Builder |
CreateIngestionResponse.Builder.ingestion(Consumer<Ingestion.Builder> ingestion)
Contains information about an ingestion.
|
default GetIngestionResponse.Builder |
GetIngestionResponse.Builder.ingestion(Consumer<Ingestion.Builder> ingestion)
Contains information about an ingestion.
|
Copyright © 2023. All rights reserved.