| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionDestination |
IngestionDestination.clone() |
IngestionDestination |
UpdateIngestionDestinationResult.getIngestionDestination()
Contains information about an ingestion destination.
|
IngestionDestination |
CreateIngestionDestinationResult.getIngestionDestination()
Contains information about an ingestion destination.
|
IngestionDestination |
GetIngestionDestinationResult.getIngestionDestination()
Contains information about an ingestion destination.
|
IngestionDestination |
IngestionDestination.withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
|
IngestionDestination |
IngestionDestination.withCreatedAt(Date createdAt)
The timestamp of when the ingestion destination was created.
|
IngestionDestination |
IngestionDestination.withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
IngestionDestination |
IngestionDestination.withIngestionArn(String ingestionArn)
The Amazon Resource Name (ARN) of the ingestion.
|
IngestionDestination |
IngestionDestination.withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
|
IngestionDestination |
IngestionDestination.withStatus(IngestionDestinationStatus status)
The state of the ingestion destination.
|
IngestionDestination |
IngestionDestination.withStatus(String status)
The state of the ingestion destination.
|
IngestionDestination |
IngestionDestination.withStatusReason(String statusReason)
The reason for the current status of the ingestion destination.
|
IngestionDestination |
IngestionDestination.withUpdatedAt(Date updatedAt)
The timestamp of when the ingestion destination was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIngestionDestinationResult.setIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
void |
CreateIngestionDestinationResult.setIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
void |
GetIngestionDestinationResult.setIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
UpdateIngestionDestinationResult |
UpdateIngestionDestinationResult.withIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
CreateIngestionDestinationResult |
CreateIngestionDestinationResult.withIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
GetIngestionDestinationResult |
GetIngestionDestinationResult.withIngestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
|
Copyright © 2023. All rights reserved.