Class DataSourceRunSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.DataSourceRunSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>
@Generated("software.amazon.awssdk:codegen") public final class DataSourceRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>
The details of a data source run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSourceRunSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceRunSummary.Builderbuilder()InstantcreatedAt()The timestamp of when a data source run was created.StringdataSourceId()The identifier of the data source of the data source run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DataSourceErrorMessageerrorMessage()Returns the value of the ErrorMessage property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the data source run.StringprojectId()The project ID of the data source run.RunStatisticsForAssetsrunStatisticsForAssets()Returns the value of the RunStatisticsForAssets property for this object.List<SdkField<?>>sdkFields()static Class<? extends DataSourceRunSummary.Builder>serializableBuilderClass()InstantstartedAt()The timestamp of when a data source run was started.DataSourceRunStatusstatus()The status of the data source run.StringstatusAsString()The status of the data source run.InstantstoppedAt()The timestamp of when a data source run was stopped.DataSourceRunSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataSourceRunTypetype()The type of the data source run.StringtypeAsString()The type of the data source run.InstantupdatedAt()The timestamp of when a data source run was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The timestamp of when a data source run was created.
- Returns:
- The timestamp of when a data source run was created.
-
dataSourceId
public final String dataSourceId()
The identifier of the data source of the data source run.
- Returns:
- The identifier of the data source of the data source run.
-
errorMessage
public final DataSourceErrorMessage errorMessage()
Returns the value of the ErrorMessage property for this object.- Returns:
- The value of the ErrorMessage property for this object.
-
id
public final String id()
The identifier of the data source run.
- Returns:
- The identifier of the data source run.
-
projectId
public final String projectId()
The project ID of the data source run.
- Returns:
- The project ID of the data source run.
-
runStatisticsForAssets
public final RunStatisticsForAssets runStatisticsForAssets()
Returns the value of the RunStatisticsForAssets property for this object.- Returns:
- The value of the RunStatisticsForAssets property for this object.
-
startedAt
public final Instant startedAt()
The timestamp of when a data source run was started.
- Returns:
- The timestamp of when a data source run was started.
-
status
public final DataSourceRunStatus status()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data source run.
- See Also:
DataSourceRunStatus
-
statusAsString
public final String statusAsString()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data source run.
- See Also:
DataSourceRunStatus
-
stoppedAt
public final Instant stoppedAt()
The timestamp of when a data source run was stopped.
- Returns:
- The timestamp of when a data source run was stopped.
-
type
public final DataSourceRunType type()
The type of the data source run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source run.
- See Also:
DataSourceRunType
-
typeAsString
public final String typeAsString()
The type of the data source run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source run.
- See Also:
DataSourceRunType
-
updatedAt
public final Instant updatedAt()
The timestamp of when a data source run was updated.
- Returns:
- The timestamp of when a data source run was updated.
-
toBuilder
public DataSourceRunSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>
-
builder
public static DataSourceRunSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataSourceRunSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-