@Generated(value="software.amazon.awssdk:codegen") public final class Ingestion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ingestion.Builder,Ingestion>
Contains information about an ingestion.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Ingestion.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
app()
The name of the application.
|
String |
appBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
|
String |
arn()
The Amazon Resource Name (ARN) of the ingestion.
|
static Ingestion.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the ingestion was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngestionType |
ingestionType()
The type of the ingestion.
|
String |
ingestionTypeAsString()
The type of the ingestion.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Ingestion.Builder> |
serializableBuilderClass() |
IngestionState |
state()
The status of the ingestion.
|
String |
stateAsString()
The status of the ingestion.
|
String |
tenantId()
The ID of the application tenant.
|
Ingestion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the ingestion was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the ingestion.
public final String appBundleArn()
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
public final String app()
The name of the application.
public final String tenantId()
The ID of the application tenant.
public final Instant createdAt()
The timestamp of when the ingestion was created.
public final Instant updatedAt()
The timestamp of when the ingestion was last updated.
public final IngestionState state()
The status of the ingestion.
If the service returns an enum value that is not available in the current SDK version, state will return
IngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IngestionStatepublic final String stateAsString()
The status of the ingestion.
If the service returns an enum value that is not available in the current SDK version, state will return
IngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IngestionStatepublic final IngestionType ingestionType()
The type of the ingestion.
If the service returns an enum value that is not available in the current SDK version, ingestionType
will return IngestionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ingestionTypeAsString().
IngestionTypepublic final String ingestionTypeAsString()
The type of the ingestion.
If the service returns an enum value that is not available in the current SDK version, ingestionType
will return IngestionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ingestionTypeAsString().
IngestionTypepublic 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.