| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionSummary.Builder |
IngestionSummary.Builder.app(String app)
The name of the application.
|
IngestionSummary.Builder |
IngestionSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
static IngestionSummary.Builder |
IngestionSummary.builder() |
IngestionSummary.Builder |
IngestionSummary.Builder.state(IngestionState state)
The status of the ingestion.
|
IngestionSummary.Builder |
IngestionSummary.Builder.state(String state)
The status of the ingestion.
|
IngestionSummary.Builder |
IngestionSummary.Builder.tenantId(String tenantId)
The ID of the application tenant.
|
IngestionSummary.Builder |
IngestionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngestionSummary.Builder> |
IngestionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.