@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
The details of the data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the data source was created.
|
String |
dataSourceId()
The ID of the data source.
|
String |
domainId()
The ID of the Amazon DataZone domain in which the data source exists.
|
EnableSetting |
enableSetting()
Specifies whether the data source is enabled.
|
String |
enableSettingAsString()
Specifies whether the data source is enabled.
|
String |
environmentId()
The ID of the environment in which the data source exists.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
lastRunAssetCount()
The count of the assets created during the last data source run.
|
Instant |
lastRunAt()
The timestamp of when the data source run was last performed.
|
DataSourceErrorMessage |
lastRunErrorMessage()
Returns the value of the LastRunErrorMessage property for this object.
|
DataSourceRunStatus |
lastRunStatus()
The status of the last data source run.
|
String |
lastRunStatusAsString()
The status of the last data source run.
|
String |
name()
The name of the data source.
|
ScheduleConfiguration |
schedule()
Returns the value of the Schedule property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceSummary.Builder> |
serializableBuilderClass() |
DataSourceStatus |
status()
The status of the data source.
|
String |
statusAsString()
The status of the data source.
|
DataSourceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the data source.
|
Instant |
updatedAt()
The timestamp of when the data source was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the data source was created.
public final String dataSourceId()
The ID of the data source.
public final String domainId()
The ID of the Amazon DataZone domain in which the data source exists.
public final EnableSetting enableSetting()
Specifies whether the data source is enabled.
If the service returns an enum value that is not available in the current SDK version, enableSetting
will return EnableSetting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
enableSettingAsString().
EnableSettingpublic final String enableSettingAsString()
Specifies whether the data source is enabled.
If the service returns an enum value that is not available in the current SDK version, enableSetting
will return EnableSetting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
enableSettingAsString().
EnableSettingpublic final String environmentId()
The ID of the environment in which the data source exists.
public final Integer lastRunAssetCount()
The count of the assets created during the last data source run.
public final Instant lastRunAt()
The timestamp of when the data source run was last performed.
public final DataSourceErrorMessage lastRunErrorMessage()
public final DataSourceRunStatus lastRunStatus()
The status of the last data source run.
If the service returns an enum value that is not available in the current SDK version, lastRunStatus
will return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from lastRunStatusAsString().
DataSourceRunStatuspublic final String lastRunStatusAsString()
The status of the last data source run.
If the service returns an enum value that is not available in the current SDK version, lastRunStatus
will return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from lastRunStatusAsString().
DataSourceRunStatuspublic final String name()
The name of the data source.
public final ScheduleConfiguration schedule()
public final DataSourceStatus status()
The status of the data source.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataSourceStatuspublic final String statusAsString()
The status of the data source.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataSourceStatuspublic final String type()
The type of the data source.
public final Instant updatedAt()
The timestamp of when the data source was updated.
public DataSourceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>public static DataSourceSummary.Builder builder()
public static Class<? extends DataSourceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.