public static interface CreateChangesetRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<CreateChangesetRequest.Builder,CreateChangesetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateChangesetRequest.Builder |
changeType(ChangeType changeType)
Option to indicate how a changeset will be applied to a dataset.
|
CreateChangesetRequest.Builder |
changeType(String changeType)
Option to indicate how a changeset will be applied to a dataset.
|
CreateChangesetRequest.Builder |
datasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset will be created.
|
CreateChangesetRequest.Builder |
formatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
CreateChangesetRequest.Builder |
formatType(FormatType formatType)
Format type of the input files being loaded into the changeset.
|
CreateChangesetRequest.Builder |
formatType(String formatType)
Format type of the input files being loaded into the changeset.
|
CreateChangesetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChangesetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChangesetRequest.Builder |
sourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset will be sourced.
|
CreateChangesetRequest.Builder |
sourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
CreateChangesetRequest.Builder |
sourceType(String sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
CreateChangesetRequest.Builder |
tags(Map<String,String> tags)
Metadata tags to apply to this changeset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChangesetRequest.Builder datasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset will be created.
datasetId - The unique identifier for the FinSpace dataset in which the changeset will be created.CreateChangesetRequest.Builder changeType(String changeType)
Option to indicate how a changeset will be applied to a dataset.
REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
APPEND - Changeset will be considered as an addition to the end of all prior loaded changesets.
changeType - Option to indicate how a changeset will be applied to a dataset.
REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
APPEND - Changeset will be considered as an addition to the end of all prior loaded
changesets.
ChangeType,
ChangeTypeCreateChangesetRequest.Builder changeType(ChangeType changeType)
Option to indicate how a changeset will be applied to a dataset.
REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
APPEND - Changeset will be considered as an addition to the end of all prior loaded changesets.
changeType - Option to indicate how a changeset will be applied to a dataset.
REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
APPEND - Changeset will be considered as an addition to the end of all prior loaded
changesets.
ChangeType,
ChangeTypeCreateChangesetRequest.Builder sourceType(String sourceType)
Type of the data source from which the files to create the changeset will be sourced.
S3 - Amazon S3.
sourceType - Type of the data source from which the files to create the changeset will be sourced.
S3 - Amazon S3.
SourceType,
SourceTypeCreateChangesetRequest.Builder sourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset will be sourced.
S3 - Amazon S3.
sourceType - Type of the data source from which the files to create the changeset will be sourced.
S3 - Amazon S3.
SourceType,
SourceTypeCreateChangesetRequest.Builder sourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset will be sourced.
sourceParams - Source path from which the files to create the changeset will be sourced.CreateChangesetRequest.Builder formatType(String formatType)
Format type of the input files being loaded into the changeset.
formatType - Format type of the input files being loaded into the changeset.FormatType,
FormatTypeCreateChangesetRequest.Builder formatType(FormatType formatType)
Format type of the input files being loaded into the changeset.
formatType - Format type of the input files being loaded into the changeset.FormatType,
FormatTypeCreateChangesetRequest.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).CreateChangesetRequest.Builder tags(Map<String,String> tags)
Metadata tags to apply to this changeset.
tags - Metadata tags to apply to this changeset.CreateChangesetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChangesetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.