public static interface UpdateChangesetRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<UpdateChangesetRequest.Builder,UpdateChangesetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateChangesetRequest.Builder |
changesetId(String changesetId)
The unique identifier for the Changeset to update.
|
UpdateChangesetRequest.Builder |
clientToken(String clientToken)
A token used to ensure idempotency.
|
UpdateChangesetRequest.Builder |
datasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
|
UpdateChangesetRequest.Builder |
formatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
UpdateChangesetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChangesetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChangesetRequest.Builder |
sourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChangesetRequest.Builder clientToken(String clientToken)
A token used to ensure idempotency.
clientToken - A token used to ensure idempotency.UpdateChangesetRequest.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.UpdateChangesetRequest.Builder changesetId(String changesetId)
The unique identifier for the Changeset to update.
changesetId - The unique identifier for the Changeset to update.UpdateChangesetRequest.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.UpdateChangesetRequest.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).UpdateChangesetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChangesetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.