public static interface ChangesetSummary.Builder extends SdkPojo, CopyableBuilder<ChangesetSummary.Builder,ChangesetSummary>
| Modifier and Type | Method and Description |
|---|---|
ChangesetSummary.Builder |
activeFromTimestamp(Long activeFromTimestamp)
Beginning time from which the Changeset is active.
|
ChangesetSummary.Builder |
activeUntilTimestamp(Long activeUntilTimestamp)
Time until which the Changeset is active.
|
ChangesetSummary.Builder |
changesetArn(String changesetArn)
The ARN identifier of the Changeset.
|
ChangesetSummary.Builder |
changesetId(String changesetId)
The unique identifier for a Changeset.
|
ChangesetSummary.Builder |
changeType(ChangeType changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary.Builder |
changeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
|
ChangesetSummary.Builder |
createTime(Long createTime)
The timestamp at which the Changeset was created in FinSpace.
|
ChangesetSummary.Builder |
datasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
ChangesetSummary.Builder |
errorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
|
default ChangesetSummary.Builder |
errorInfo(Consumer<ChangesetErrorInfo.Builder> errorInfo)
The structure with error messages.
|
ChangesetSummary.Builder |
formatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
ChangesetSummary.Builder |
sourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
|
ChangesetSummary.Builder |
status(IngestionStatus status)
Status of the Changeset ingestion.
|
ChangesetSummary.Builder |
status(String status)
Status of the Changeset ingestion.
|
ChangesetSummary.Builder |
updatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
|
ChangesetSummary.Builder |
updatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangesetSummary.Builder changesetId(String changesetId)
The unique identifier for a Changeset.
changesetId - The unique identifier for a Changeset.ChangesetSummary.Builder changesetArn(String changesetArn)
The ARN identifier of the Changeset.
changesetArn - The ARN identifier of the Changeset.ChangesetSummary.Builder datasetId(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.ChangesetSummary.Builder changeType(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,
ChangeTypeChangesetSummary.Builder changeType(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,
ChangeTypeChangesetSummary.Builder sourceParams(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.ChangesetSummary.Builder formatParams(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).ChangesetSummary.Builder createTime(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.ChangesetSummary.Builder status(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,
IngestionStatusChangesetSummary.Builder status(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,
IngestionStatusChangesetSummary.Builder errorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
errorInfo - The structure with error messages.default ChangesetSummary.Builder errorInfo(Consumer<ChangesetErrorInfo.Builder> errorInfo)
The structure with error messages.
This is a convenience method that creates an instance of theChangesetErrorInfo.Builder avoiding the
need to create one manually via ChangesetErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorInfo(ChangesetErrorInfo).
errorInfo - a consumer that will call methods on ChangesetErrorInfo.BuildererrorInfo(ChangesetErrorInfo)ChangesetSummary.Builder activeUntilTimestamp(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.ChangesetSummary.Builder activeFromTimestamp(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.ChangesetSummary.Builder updatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
updatesChangesetId - The unique identifier of the Changeset that is updated.ChangesetSummary.Builder updatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
updatedByChangesetId - The unique identifier of the updated Changeset.Copyright © 2023. All rights reserved.