@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangesetSummary extends Object implements Serializable, Cloneable, StructuredPojo
A Changeset is unit of data in a Dataset.
Constructor and Description |
---|
ChangesetSummary() |
Modifier and Type | Method and Description |
---|---|
ChangesetSummary |
addFormatParamsEntry(String key,
String value)
Add a single FormatParams entry
|
ChangesetSummary |
addSourceParamsEntry(String key,
String value)
Add a single SourceParams entry
|
ChangesetSummary |
clearFormatParamsEntries()
Removes all the entries added into FormatParams.
|
ChangesetSummary |
clearSourceParamsEntries()
Removes all the entries added into SourceParams.
|
ChangesetSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getActiveFromTimestamp()
Beginning time from which the Changeset is active.
|
Long |
getActiveUntilTimestamp()
Time until which the Changeset is active.
|
String |
getChangesetArn()
The ARN identifier of the Changeset.
|
String |
getChangesetId()
The unique identifier for a Changeset.
|
String |
getChangeType()
Type that indicates how a Changeset is applied to a Dataset.
|
Long |
getCreateTime()
The timestamp at which the Changeset was created in FinSpace.
|
String |
getDatasetId()
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
ChangesetErrorInfo |
getErrorInfo()
The structure with error messages.
|
Map<String,String> |
getFormatParams()
Options that define the structure of the source file(s).
|
Map<String,String> |
getSourceParams()
Options that define the location of the data being ingested.
|
String |
getStatus()
Status of the Changeset ingestion.
|
String |
getUpdatedByChangesetId()
The unique identifier of the updated Changeset.
|
String |
getUpdatesChangesetId()
The unique identifier of the Changeset that is updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active.
|
void |
setActiveUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active.
|
void |
setChangesetArn(String changesetArn)
The ARN identifier of the Changeset.
|
void |
setChangesetId(String changesetId)
The unique identifier for a Changeset.
|
void |
setChangeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
void |
setCreateTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace.
|
void |
setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
void |
setErrorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
|
void |
setFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
void |
setSourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
|
void |
setStatus(String status)
Status of the Changeset ingestion.
|
void |
setUpdatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
|
void |
setUpdatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
|
String |
toString()
Returns a string representation of this object.
|
ChangesetSummary |
withActiveFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active.
|
ChangesetSummary |
withActiveUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active.
|
ChangesetSummary |
withChangesetArn(String changesetArn)
The ARN identifier of the Changeset.
|
ChangesetSummary |
withChangesetId(String changesetId)
The unique identifier for a Changeset.
|
ChangesetSummary |
withChangeType(ChangeType changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary |
withChangeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary |
withCreateTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace.
|
ChangesetSummary |
withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
ChangesetSummary |
withErrorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
|
ChangesetSummary |
withFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
ChangesetSummary |
withSourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
|
ChangesetSummary |
withStatus(IngestionStatus status)
Status of the Changeset ingestion.
|
ChangesetSummary |
withStatus(String status)
Status of the Changeset ingestion.
|
ChangesetSummary |
withUpdatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
|
ChangesetSummary |
withUpdatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
|
public void setChangesetId(String changesetId)
The unique identifier for a Changeset.
changesetId
- The unique identifier for a Changeset.public String getChangesetId()
The unique identifier for a Changeset.
public ChangesetSummary withChangesetId(String changesetId)
The unique identifier for a Changeset.
changesetId
- The unique identifier for a Changeset.public void setChangesetArn(String changesetArn)
The ARN identifier of the Changeset.
changesetArn
- The ARN identifier of the Changeset.public String getChangesetArn()
The ARN identifier of the Changeset.
public ChangesetSummary withChangesetArn(String changesetArn)
The ARN identifier of the Changeset.
changesetArn
- The ARN identifier of the Changeset.public void setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
datasetId
- The unique identifier for the FinSpace Dataset in which the Changeset is created.public String getDatasetId()
The unique identifier for the FinSpace Dataset in which the Changeset is created.
public ChangesetSummary withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
datasetId
- The unique identifier for the FinSpace Dataset in which the Changeset is created.public void setChangeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
changeType
- Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
ChangeType
public String getChangeType()
Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
ChangeType
public ChangesetSummary withChangeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
changeType
- Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
ChangeType
public ChangesetSummary withChangeType(ChangeType changeType)
Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
changeType
- Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.
APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.
MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
ChangeType
public Map<String,String> getSourceParams()
Options that define the location of the data being ingested.
public void setSourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
sourceParams
- Options that define the location of the data being ingested.public ChangesetSummary withSourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
sourceParams
- Options that define the location of the data being ingested.public ChangesetSummary addSourceParamsEntry(String key, String value)
public ChangesetSummary clearSourceParamsEntries()
public Map<String,String> getFormatParams()
Options that define the structure of the source file(s).
public void setFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
formatParams
- Options that define the structure of the source file(s).public ChangesetSummary withFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
formatParams
- Options that define the structure of the source file(s).public ChangesetSummary addFormatParamsEntry(String key, String value)
public ChangesetSummary clearFormatParamsEntries()
public void setCreateTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createTime
- The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public Long getCreateTime()
The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public ChangesetSummary withCreateTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createTime
- The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public void setStatus(String status)
Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
status
- Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
IngestionStatus
public String getStatus()
Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
IngestionStatus
public ChangesetSummary withStatus(String status)
Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
status
- Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
IngestionStatus
public ChangesetSummary withStatus(IngestionStatus status)
Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
status
- Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.
FAILED
– Changeset creation has failed.
SUCCESS
– Changeset creation has succeeded.
RUNNING
– Changeset creation is running.
STOP_REQUESTED
– User requested Changeset creation to stop.
IngestionStatus
public void setErrorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
errorInfo
- The structure with error messages.public ChangesetErrorInfo getErrorInfo()
The structure with error messages.
public ChangesetSummary withErrorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
errorInfo
- The structure with error messages.public void setActiveUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeUntilTimestamp
- Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For
example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public Long getActiveUntilTimestamp()
Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public ChangesetSummary withActiveUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeUntilTimestamp
- Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For
example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public void setActiveFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeFromTimestamp
- Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public Long getActiveFromTimestamp()
Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public ChangesetSummary withActiveFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeFromTimestamp
- Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public void setUpdatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
updatesChangesetId
- The unique identifier of the Changeset that is updated.public String getUpdatesChangesetId()
The unique identifier of the Changeset that is updated.
public ChangesetSummary withUpdatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
updatesChangesetId
- The unique identifier of the Changeset that is updated.public void setUpdatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
updatedByChangesetId
- The unique identifier of the updated Changeset.public String getUpdatedByChangesetId()
The unique identifier of the updated Changeset.
public ChangesetSummary withUpdatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
updatedByChangesetId
- The unique identifier of the updated Changeset.public String toString()
toString
in class Object
Object.toString()
public ChangesetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.