@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceRunActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>
The activity details of the data source run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceRunActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceRunActivity.Builder |
builder() |
Instant |
createdAt()
The timestamp of when data source run activity was created.
|
String |
dataAssetId()
The identifier of the asset included in the data source run activity.
|
DataAssetActivityStatus |
dataAssetStatus()
The status of the asset included in the data source run activity.
|
String |
dataAssetStatusAsString()
The status of the asset included in the data source run activity.
|
String |
database()
The database included in the data source run activity.
|
String |
dataSourceRunId()
The identifier of the data source for the data source run activity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DataSourceErrorMessage |
errorMessage()
Returns the value of the ErrorMessage property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectId()
The project ID included in the data source run activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceRunActivity.Builder> |
serializableBuilderClass() |
String |
technicalDescription()
The technical description included in the data source run activity.
|
String |
technicalName()
The technical name included in the data source run activity.
|
DataSourceRunActivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when data source run activity was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when data source run activity was created.
public final String dataAssetId()
The identifier of the asset included in the data source run activity.
public final DataAssetActivityStatus dataAssetStatus()
The status of the asset included in the data source run activity.
If the service returns an enum value that is not available in the current SDK version, dataAssetStatus
will return DataAssetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dataAssetStatusAsString().
DataAssetActivityStatuspublic final String dataAssetStatusAsString()
The status of the asset included in the data source run activity.
If the service returns an enum value that is not available in the current SDK version, dataAssetStatus
will return DataAssetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dataAssetStatusAsString().
DataAssetActivityStatuspublic final String dataSourceRunId()
The identifier of the data source for the data source run activity.
public final String database()
The database included in the data source run activity.
public final DataSourceErrorMessage errorMessage()
public final String projectId()
The project ID included in the data source run activity.
public final String technicalDescription()
The technical description included in the data source run activity.
public final String technicalName()
The technical name included in the data source run activity.
public final Instant updatedAt()
The timestamp of when data source run activity was updated.
public DataSourceRunActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>public static DataSourceRunActivity.Builder builder()
public static Class<? extends DataSourceRunActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.