| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
ChangesetSummary |
ChangesetSummary.addFormatParamsEntry(String key,
String value)
Add a single FormatParams entry
|
ChangesetSummary |
ChangesetSummary.addSourceParamsEntry(String key,
String value)
Add a single SourceParams entry
|
ChangesetSummary |
ChangesetSummary.clearFormatParamsEntries()
Removes all the entries added into FormatParams.
|
ChangesetSummary |
ChangesetSummary.clearSourceParamsEntries()
Removes all the entries added into SourceParams.
|
ChangesetSummary |
ChangesetSummary.clone() |
ChangesetSummary |
ChangesetSummary.withActiveFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active.
|
ChangesetSummary |
ChangesetSummary.withActiveUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active.
|
ChangesetSummary |
ChangesetSummary.withChangesetArn(String changesetArn)
The ARN identifier of the Changeset.
|
ChangesetSummary |
ChangesetSummary.withChangesetId(String changesetId)
The unique identifier for a Changeset.
|
ChangesetSummary |
ChangesetSummary.withChangeType(ChangeType changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary |
ChangesetSummary.withChangeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary |
ChangesetSummary.withCreateTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace.
|
ChangesetSummary |
ChangesetSummary.withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
ChangesetSummary |
ChangesetSummary.withErrorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
|
ChangesetSummary |
ChangesetSummary.withFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
ChangesetSummary |
ChangesetSummary.withSourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
|
ChangesetSummary |
ChangesetSummary.withStatus(IngestionStatus status)
Status of the Changeset ingestion.
|
ChangesetSummary |
ChangesetSummary.withStatus(String status)
Status of the Changeset ingestion.
|
ChangesetSummary |
ChangesetSummary.withUpdatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
|
ChangesetSummary |
ChangesetSummary.withUpdatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangesetSummary> |
ListChangesetsResult.getChangesets()
List of Changesets found.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangesetsResult |
ListChangesetsResult.withChangesets(ChangesetSummary... changesets)
List of Changesets found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChangesetsResult.setChangesets(Collection<ChangesetSummary> changesets)
List of Changesets found.
|
ListChangesetsResult |
ListChangesetsResult.withChangesets(Collection<ChangesetSummary> changesets)
List of Changesets found.
|
Copyright © 2023. All rights reserved.