@Generated(value="software.amazon.awssdk:codegen") public final class Ingestion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ingestion.Builder,Ingestion>
Information about the SPICE ingestion for a dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Ingestion.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static Ingestion.Builder |
builder() |
Instant |
createdTime()
The time that this ingestion started.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorInfo |
errorInfo()
Error information for this ingestion.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ingestionId()
Ingestion ID.
|
Long |
ingestionSizeInBytes()
The size of the data ingested, in bytes.
|
IngestionStatus |
ingestionStatus()
Ingestion status.
|
String |
ingestionStatusAsString()
Ingestion status.
|
Long |
ingestionTimeInSeconds()
The time that this ingestion took, measured in seconds.
|
QueueInfo |
queueInfo()
Returns the value of the QueueInfo property for this object.
|
IngestionRequestSource |
requestSource()
Event source for this ingestion.
|
String |
requestSourceAsString()
Event source for this ingestion.
|
IngestionRequestType |
requestType()
Type of this ingestion.
|
String |
requestTypeAsString()
Type of this ingestion.
|
RowInfo |
rowInfo()
Returns the value of the RowInfo property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Ingestion.Builder> |
serializableBuilderClass() |
Ingestion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the resource.
public final String ingestionId()
Ingestion ID.
public final IngestionStatus ingestionStatus()
Ingestion status.
If the service returns an enum value that is not available in the current SDK version, ingestionStatus
will return IngestionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ingestionStatusAsString().
IngestionStatuspublic final String ingestionStatusAsString()
Ingestion status.
If the service returns an enum value that is not available in the current SDK version, ingestionStatus
will return IngestionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ingestionStatusAsString().
IngestionStatuspublic final ErrorInfo errorInfo()
Error information for this ingestion.
public final RowInfo rowInfo()
public final QueueInfo queueInfo()
public final Instant createdTime()
The time that this ingestion started.
public final Long ingestionTimeInSeconds()
The time that this ingestion took, measured in seconds.
public final Long ingestionSizeInBytes()
The size of the data ingested, in bytes.
public final IngestionRequestSource requestSource()
Event source for this ingestion.
If the service returns an enum value that is not available in the current SDK version, requestSource
will return IngestionRequestSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from requestSourceAsString().
IngestionRequestSourcepublic final String requestSourceAsString()
Event source for this ingestion.
If the service returns an enum value that is not available in the current SDK version, requestSource
will return IngestionRequestSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from requestSourceAsString().
IngestionRequestSourcepublic final IngestionRequestType requestType()
Type of this ingestion.
If the service returns an enum value that is not available in the current SDK version, requestType will
return IngestionRequestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from requestTypeAsString().
IngestionRequestTypepublic final String requestTypeAsString()
Type of this ingestion.
If the service returns an enum value that is not available in the current SDK version, requestType will
return IngestionRequestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from requestTypeAsString().
IngestionRequestTypepublic Ingestion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Ingestion.Builder,Ingestion>public static Ingestion.Builder builder()
public static Class<? extends Ingestion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.