@Generated(value="software.amazon.awssdk:codegen") public final class StartDataSourceRunResponse extends DataZoneResponse implements ToCopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDataSourceRunResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartDataSourceRunResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp of when data source run was created.
|
String |
dataSourceConfigurationSnapshot()
The configuration snapshot of the data source that is being run.
|
String |
dataSourceId()
The identifier of the data source.
|
String |
domainId()
The identifier of the Amazon DataZone domain in which to start a data source run.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DataSourceErrorMessage |
errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the data source run.
|
String |
projectId()
The identifier of the project.
|
RunStatisticsForAssets |
runStatisticsForAssets()
Specifies run statistics for assets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDataSourceRunResponse.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The timestamp of when the data source run was started.
|
DataSourceRunStatus |
status()
The status of the data source run.
|
String |
statusAsString()
The status of the data source run.
|
Instant |
stoppedAt()
The timestamp of when the data source run was stopped.
|
StartDataSourceRunResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataSourceRunType |
type()
The type of the data source run.
|
String |
typeAsString()
The type of the data source run.
|
Instant |
updatedAt()
The timestamp of when the data source run was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when data source run was created.
public final String dataSourceConfigurationSnapshot()
The configuration snapshot of the data source that is being run.
public final String dataSourceId()
The identifier of the data source.
public final String domainId()
The identifier of the Amazon DataZone domain in which to start a data source run.
public final DataSourceErrorMessage errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
public final String id()
The identifier of the data source run.
public final String projectId()
The identifier of the project.
public final RunStatisticsForAssets runStatisticsForAssets()
Specifies run statistics for assets.
public final Instant startedAt()
The timestamp of when the data source run was started.
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, status will
return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataSourceRunStatuspublic 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, status will
return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataSourceRunStatuspublic final Instant stoppedAt()
The timestamp of when the data source run was stopped.
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, type will return
DataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceRunTypepublic 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, type will return
DataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceRunTypepublic final Instant updatedAt()
The timestamp of when the data source run was updated.
public StartDataSourceRunResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>toBuilder in class AwsResponsepublic static StartDataSourceRunResponse.Builder builder()
public static Class<? extends StartDataSourceRunResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.