| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
ChangesetInfo |
ChangesetInfo.addChangesetLabelsEntry(String key,
String value)
Add a single ChangesetLabels entry
|
ChangesetInfo |
ChangesetInfo.addFormatParamsEntry(String key,
String value)
Add a single FormatParams entry
|
ChangesetInfo |
ChangesetInfo.addSourceParamsEntry(String key,
String value)
Add a single SourceParams entry
|
ChangesetInfo |
ChangesetInfo.clearChangesetLabelsEntries()
Removes all the entries added into ChangesetLabels.
|
ChangesetInfo |
ChangesetInfo.clearFormatParamsEntries()
Removes all the entries added into FormatParams.
|
ChangesetInfo |
ChangesetInfo.clearSourceParamsEntries()
Removes all the entries added into SourceParams.
|
ChangesetInfo |
ChangesetInfo.clone() |
ChangesetInfo |
CreateChangesetResult.getChangeset()
Returns the changeset details.
|
ChangesetInfo |
ChangesetInfo.withChangesetArn(String changesetArn)
The ARN identifier of the changeset.
|
ChangesetInfo |
ChangesetInfo.withChangesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
|
ChangesetInfo |
ChangesetInfo.withChangeType(ChangeType changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo |
ChangesetInfo.withChangeType(String changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo |
ChangesetInfo.withCreateTimestamp(Date createTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
ChangesetInfo |
ChangesetInfo.withDatasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset is created.
|
ChangesetInfo |
ChangesetInfo.withErrorInfo(ErrorInfo errorInfo)
The structure with error messages.
|
ChangesetInfo |
ChangesetInfo.withFormatParams(Map<String,String> formatParams)
Structure of the source file(s).
|
ChangesetInfo |
ChangesetInfo.withFormatType(FormatType formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo |
ChangesetInfo.withFormatType(String formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo |
ChangesetInfo.withId(String id)
Unique identifier for a changeset.
|
ChangesetInfo |
ChangesetInfo.withSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
|
ChangesetInfo |
ChangesetInfo.withSourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo |
ChangesetInfo.withSourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo |
ChangesetInfo.withStatus(ChangesetStatus status)
The status of changeset creation operation.
|
ChangesetInfo |
ChangesetInfo.withStatus(String status)
The status of changeset creation operation.
|
ChangesetInfo |
ChangesetInfo.withUpdatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
|
ChangesetInfo |
ChangesetInfo.withUpdatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChangesetResult.setChangeset(ChangesetInfo changeset)
Returns the changeset details.
|
CreateChangesetResult |
CreateChangesetResult.withChangeset(ChangesetInfo changeset)
Returns the changeset details.
|
Copyright © 2021. All rights reserved.