@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangesetInfo extends Object implements Serializable, Cloneable, StructuredPojo
A changeset is unit of data in a dataset.
| Constructor and Description |
|---|
ChangesetInfo() |
| Modifier and Type | Method and Description |
|---|---|
ChangesetInfo |
addChangesetLabelsEntry(String key,
String value)
Add a single ChangesetLabels entry
|
ChangesetInfo |
addFormatParamsEntry(String key,
String value)
Add a single FormatParams entry
|
ChangesetInfo |
addSourceParamsEntry(String key,
String value)
Add a single SourceParams entry
|
ChangesetInfo |
clearChangesetLabelsEntries()
Removes all the entries added into ChangesetLabels.
|
ChangesetInfo |
clearFormatParamsEntries()
Removes all the entries added into FormatParams.
|
ChangesetInfo |
clearSourceParamsEntries()
Removes all the entries added into SourceParams.
|
ChangesetInfo |
clone() |
boolean |
equals(Object obj) |
String |
getChangesetArn()
The ARN identifier of the changeset.
|
Map<String,String> |
getChangesetLabels()
Tags associated with the changeset.
|
String |
getChangeType()
Change type indicates how a changeset is applied to a dataset.
|
Date |
getCreateTimestamp()
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.
|
ErrorInfo |
getErrorInfo()
The structure with error messages.
|
Map<String,String> |
getFormatParams()
Structure of the source file(s).
|
String |
getFormatType()
Format type of the input files loaded into the changeset.
|
String |
getId()
Unique identifier for a changeset.
|
Map<String,String> |
getSourceParams()
Source path from which the files to create the changeset are sourced.
|
String |
getSourceType()
Type of the data source from which the files to create the changeset are sourced.
|
String |
getStatus()
The status of changeset creation operation.
|
String |
getUpdatedByChangesetId()
Unique identifier of the changeset that is updated a changeset.
|
String |
getUpdatesChangesetId()
Unique identifier of the changeset that is updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChangesetArn(String changesetArn)
The ARN identifier of the changeset.
|
void |
setChangesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
|
void |
setChangeType(String changeType)
Change type indicates how a changeset is applied to a dataset.
|
void |
setCreateTimestamp(Date createTimestamp)
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(ErrorInfo errorInfo)
The structure with error messages.
|
void |
setFormatParams(Map<String,String> formatParams)
Structure of the source file(s).
|
void |
setFormatType(String formatType)
Format type of the input files loaded into the changeset.
|
void |
setId(String id)
Unique identifier for a changeset.
|
void |
setSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
|
void |
setSourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
void |
setStatus(String status)
The status of changeset creation operation.
|
void |
setUpdatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
|
void |
setUpdatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
|
String |
toString()
Returns a string representation of this object.
|
ChangesetInfo |
withChangesetArn(String changesetArn)
The ARN identifier of the changeset.
|
ChangesetInfo |
withChangesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
|
ChangesetInfo |
withChangeType(ChangeType changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo |
withChangeType(String changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo |
withCreateTimestamp(Date createTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
ChangesetInfo |
withDatasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset is created.
|
ChangesetInfo |
withErrorInfo(ErrorInfo errorInfo)
The structure with error messages.
|
ChangesetInfo |
withFormatParams(Map<String,String> formatParams)
Structure of the source file(s).
|
ChangesetInfo |
withFormatType(FormatType formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo |
withFormatType(String formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo |
withId(String id)
Unique identifier for a changeset.
|
ChangesetInfo |
withSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
|
ChangesetInfo |
withSourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo |
withSourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo |
withStatus(ChangesetStatus status)
The status of changeset creation operation.
|
ChangesetInfo |
withStatus(String status)
The status of changeset creation operation.
|
ChangesetInfo |
withUpdatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
|
ChangesetInfo |
withUpdatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
|
public void setId(String id)
Unique identifier for a changeset.
id - Unique identifier for a changeset.public String getId()
Unique identifier for a changeset.
public ChangesetInfo withId(String id)
Unique identifier for a changeset.
id - 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 ChangesetInfo 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 ChangesetInfo 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)
Change type 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 - Change type 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.
ChangeTypepublic String getChangeType()
Change type 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.
ChangeTypepublic ChangesetInfo withChangeType(String changeType)
Change type 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 - Change type 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.
ChangeTypepublic ChangesetInfo withChangeType(ChangeType changeType)
Change type 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 - Change type 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.
ChangeTypepublic void setSourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
sourceType - Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
SourceTypepublic String getSourceType()
Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
S3 - Amazon S3.
SourceTypepublic ChangesetInfo withSourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
sourceType - Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
SourceTypepublic ChangesetInfo withSourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
sourceType - Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
SourceTypepublic Map<String,String> getSourceParams()
Source path from which the files to create the changeset are sourced.
public void setSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
sourceParams - Source path from which the files to create the changeset are sourced.public ChangesetInfo withSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
sourceParams - Source path from which the files to create the changeset are sourced.public ChangesetInfo addSourceParamsEntry(String key, String value)
public ChangesetInfo clearSourceParamsEntries()
public void setFormatType(String formatType)
Format type of the input files loaded into the changeset.
formatType - Format type of the input files loaded into the changeset.FormatTypepublic String getFormatType()
Format type of the input files loaded into the changeset.
FormatTypepublic ChangesetInfo withFormatType(String formatType)
Format type of the input files loaded into the changeset.
formatType - Format type of the input files loaded into the changeset.FormatTypepublic ChangesetInfo withFormatType(FormatType formatType)
Format type of the input files loaded into the changeset.
formatType - Format type of the input files loaded into the changeset.FormatTypepublic Map<String,String> getFormatParams()
Structure of the source file(s).
public void setFormatParams(Map<String,String> formatParams)
Structure of the source file(s).
formatParams - Structure of the source file(s).public ChangesetInfo withFormatParams(Map<String,String> formatParams)
Structure of the source file(s).
formatParams - Structure of the source file(s).public ChangesetInfo addFormatParamsEntry(String key, String value)
public ChangesetInfo clearFormatParamsEntries()
public void setCreateTimestamp(Date createTimestamp)
The timestamp at which the changeset was created in FinSpace.
createTimestamp - The timestamp at which the changeset was created in FinSpace.public Date getCreateTimestamp()
The timestamp at which the changeset was created in FinSpace.
public ChangesetInfo withCreateTimestamp(Date createTimestamp)
The timestamp at which the changeset was created in FinSpace.
createTimestamp - The timestamp at which the changeset was created in FinSpace.public void setStatus(String status)
The status of changeset creation operation.
status - The status of changeset creation operation.ChangesetStatuspublic String getStatus()
The status of changeset creation operation.
ChangesetStatuspublic ChangesetInfo withStatus(String status)
The status of changeset creation operation.
status - The status of changeset creation operation.ChangesetStatuspublic ChangesetInfo withStatus(ChangesetStatus status)
The status of changeset creation operation.
status - The status of changeset creation operation.ChangesetStatuspublic void setErrorInfo(ErrorInfo errorInfo)
The structure with error messages.
errorInfo - The structure with error messages.public ErrorInfo getErrorInfo()
The structure with error messages.
public ChangesetInfo withErrorInfo(ErrorInfo errorInfo)
The structure with error messages.
errorInfo - The structure with error messages.public Map<String,String> getChangesetLabels()
Tags associated with the changeset.
public void setChangesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
changesetLabels - Tags associated with the changeset.public ChangesetInfo withChangesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
changesetLabels - Tags associated with the changeset.public ChangesetInfo addChangesetLabelsEntry(String key, String value)
public ChangesetInfo clearChangesetLabelsEntries()
public void setUpdatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
updatesChangesetId - Unique identifier of the changeset that is updated.public String getUpdatesChangesetId()
Unique identifier of the changeset that is updated.
public ChangesetInfo withUpdatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
updatesChangesetId - Unique identifier of the changeset that is updated.public void setUpdatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
updatedByChangesetId - Unique identifier of the changeset that is updated a changeset.public String getUpdatedByChangesetId()
Unique identifier of the changeset that is updated a changeset.
public ChangesetInfo withUpdatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
updatedByChangesetId - Unique identifier of the changeset that is updated a changeset.public String toString()
toString in class ObjectObject.toString()public ChangesetInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.