public static interface ChangesetInfo.Builder extends SdkPojo, CopyableBuilder<ChangesetInfo.Builder,ChangesetInfo>
| Modifier and Type | Method and Description |
|---|---|
ChangesetInfo.Builder |
changesetArn(String changesetArn)
The ARN identifier of the changeset.
|
ChangesetInfo.Builder |
changesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
|
ChangesetInfo.Builder |
changeType(ChangeType changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo.Builder |
changeType(String changeType)
Change type indicates how a changeset is applied to a dataset.
|
ChangesetInfo.Builder |
createTimestamp(Instant createTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
ChangesetInfo.Builder |
datasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset is created.
|
default ChangesetInfo.Builder |
errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The structure with error messages.
|
ChangesetInfo.Builder |
errorInfo(ErrorInfo errorInfo)
The structure with error messages.
|
ChangesetInfo.Builder |
formatParams(Map<String,String> formatParams)
Structure of the source file(s).
|
ChangesetInfo.Builder |
formatType(FormatType formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo.Builder |
formatType(String formatType)
Format type of the input files loaded into the changeset.
|
ChangesetInfo.Builder |
id(String id)
Unique identifier for a changeset.
|
ChangesetInfo.Builder |
sourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset are sourced.
|
ChangesetInfo.Builder |
sourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo.Builder |
sourceType(String sourceType)
Type of the data source from which the files to create the changeset are sourced.
|
ChangesetInfo.Builder |
status(ChangesetStatus status)
The status of changeset creation operation.
|
ChangesetInfo.Builder |
status(String status)
The status of changeset creation operation.
|
ChangesetInfo.Builder |
updatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
|
ChangesetInfo.Builder |
updatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangesetInfo.Builder id(String id)
Unique identifier for a changeset.
id - Unique identifier for a changeset.ChangesetInfo.Builder changesetArn(String changesetArn)
The ARN identifier of the changeset.
changesetArn - The ARN identifier of the changeset.ChangesetInfo.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.ChangesetInfo.Builder changeType(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.
ChangeType,
ChangeTypeChangesetInfo.Builder changeType(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.
ChangeType,
ChangeTypeChangesetInfo.Builder sourceType(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.
SourceType,
SourceTypeChangesetInfo.Builder sourceType(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.
SourceType,
SourceTypeChangesetInfo.Builder sourceParams(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.ChangesetInfo.Builder formatType(String formatType)
Format type of the input files loaded into the changeset.
formatType - Format type of the input files loaded into the changeset.FormatType,
FormatTypeChangesetInfo.Builder formatType(FormatType formatType)
Format type of the input files loaded into the changeset.
formatType - Format type of the input files loaded into the changeset.FormatType,
FormatTypeChangesetInfo.Builder formatParams(Map<String,String> formatParams)
Structure of the source file(s).
formatParams - Structure of the source file(s).ChangesetInfo.Builder createTimestamp(Instant createTimestamp)
The timestamp at which the changeset was created in FinSpace.
createTimestamp - The timestamp at which the changeset was created in FinSpace.ChangesetInfo.Builder status(String status)
The status of changeset creation operation.
status - The status of changeset creation operation.ChangesetStatus,
ChangesetStatusChangesetInfo.Builder status(ChangesetStatus status)
The status of changeset creation operation.
status - The status of changeset creation operation.ChangesetStatus,
ChangesetStatusChangesetInfo.Builder errorInfo(ErrorInfo errorInfo)
The structure with error messages.
errorInfo - The structure with error messages.default ChangesetInfo.Builder errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The structure with error messages.
This is a convenience that creates an instance of theErrorInfo.Builder avoiding the need to create
one manually via ErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorInfo(ErrorInfo).errorInfo - a consumer that will call methods on ErrorInfo.BuildererrorInfo(ErrorInfo)ChangesetInfo.Builder changesetLabels(Map<String,String> changesetLabels)
Tags associated with the changeset.
changesetLabels - Tags associated with the changeset.ChangesetInfo.Builder updatesChangesetId(String updatesChangesetId)
Unique identifier of the changeset that is updated.
updatesChangesetId - Unique identifier of the changeset that is updated.ChangesetInfo.Builder updatedByChangesetId(String updatedByChangesetId)
Unique identifier of the changeset that is updated a changeset.
updatedByChangesetId - Unique identifier of the changeset that is updated a changeset.Copyright © 2021. All rights reserved.