Ingestion.Builder |
Ingestion.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the resource.
|
static Ingestion.Builder |
Ingestion.builder() |
|
Ingestion.Builder |
Ingestion.Builder.createdTime(Instant createdTime) |
The time that this ingestion started.
|
default Ingestion.Builder |
Ingestion.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo) |
Error information for this ingestion.
|
Ingestion.Builder |
Ingestion.Builder.errorInfo(ErrorInfo errorInfo) |
Error information for this ingestion.
|
Ingestion.Builder |
Ingestion.Builder.ingestionId(String ingestionId) |
Ingestion ID.
|
Ingestion.Builder |
Ingestion.Builder.ingestionSizeInBytes(Long ingestionSizeInBytes) |
The size of the data ingested, in bytes.
|
Ingestion.Builder |
Ingestion.Builder.ingestionStatus(String ingestionStatus) |
Ingestion status.
|
Ingestion.Builder |
Ingestion.Builder.ingestionStatus(IngestionStatus ingestionStatus) |
Ingestion status.
|
Ingestion.Builder |
Ingestion.Builder.ingestionTimeInSeconds(Long ingestionTimeInSeconds) |
The time that this ingestion took, measured in seconds.
|
default Ingestion.Builder |
Ingestion.Builder.queueInfo(Consumer<QueueInfo.Builder> queueInfo) |
Sets the value of the QueueInfo property for this object.
|
Ingestion.Builder |
Ingestion.Builder.queueInfo(QueueInfo queueInfo) |
Sets the value of the QueueInfo property for this object.
|
Ingestion.Builder |
Ingestion.Builder.requestSource(String requestSource) |
Event source for this ingestion.
|
Ingestion.Builder |
Ingestion.Builder.requestSource(IngestionRequestSource requestSource) |
Event source for this ingestion.
|
Ingestion.Builder |
Ingestion.Builder.requestType(String requestType) |
Type of this ingestion.
|
Ingestion.Builder |
Ingestion.Builder.requestType(IngestionRequestType requestType) |
Type of this ingestion.
|
default Ingestion.Builder |
Ingestion.Builder.rowInfo(Consumer<RowInfo.Builder> rowInfo) |
Sets the value of the RowInfo property for this object.
|
Ingestion.Builder |
Ingestion.Builder.rowInfo(RowInfo rowInfo) |
Sets the value of the RowInfo property for this object.
|
Ingestion.Builder |
Ingestion.toBuilder() |
|