@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChangesetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateChangesetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateChangesetRequest |
addFormatParamsEntry(String key,
String value)
Add a single FormatParams entry
|
CreateChangesetRequest |
addSourceParamsEntry(String key,
String value)
Add a single SourceParams entry
|
CreateChangesetRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChangesetRequest |
clearFormatParamsEntries()
Removes all the entries added into FormatParams.
|
CreateChangesetRequest |
clearSourceParamsEntries()
Removes all the entries added into SourceParams.
|
CreateChangesetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChangesetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeType()
Option to indicate how a changeset will be applied to a dataset.
|
String |
getDatasetId()
The unique identifier for the FinSpace dataset in which the changeset will be created.
|
Map<String,String> |
getFormatParams()
Options that define the structure of the source file(s).
|
String |
getFormatType()
Format type of the input files being loaded into the changeset.
|
Map<String,String> |
getSourceParams()
Source path from which the files to create the changeset will be sourced.
|
String |
getSourceType()
Type of the data source from which the files to create the changeset will be sourced.
|
Map<String,String> |
getTags()
Metadata tags to apply to this changeset.
|
int |
hashCode() |
void |
setChangeType(String changeType)
Option to indicate how a changeset will be applied to a dataset.
|
void |
setDatasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset will be created.
|
void |
setFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
void |
setFormatType(String formatType)
Format type of the input files being loaded into the changeset.
|
void |
setSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset will be sourced.
|
void |
setSourceType(String sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
void |
setTags(Map<String,String> tags)
Metadata tags to apply to this changeset.
|
String |
toString()
Returns a string representation of this object.
|
CreateChangesetRequest |
withChangeType(ChangeType changeType)
Option to indicate how a changeset will be applied to a dataset.
|
CreateChangesetRequest |
withChangeType(String changeType)
Option to indicate how a changeset will be applied to a dataset.
|
CreateChangesetRequest |
withDatasetId(String datasetId)
The unique identifier for the FinSpace dataset in which the changeset will be created.
|
CreateChangesetRequest |
withFormatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
|
CreateChangesetRequest |
withFormatType(FormatType formatType)
Format type of the input files being loaded into the changeset.
|
CreateChangesetRequest |
withFormatType(String formatType)
Format type of the input files being loaded into the changeset.
|
CreateChangesetRequest |
withSourceParams(Map<String,String> sourceParams)
Source path from which the files to create the changeset will be sourced.
|
CreateChangesetRequest |
withSourceType(SourceType sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
CreateChangesetRequest |
withSourceType(String sourceType)
Type of the data source from which the files to create the changeset will be sourced.
|
CreateChangesetRequest |
withTags(Map<String,String> tags)
Metadata tags to apply to this changeset.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDatasetId(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.public String getDatasetId()
The unique identifier for the FinSpace dataset in which the changeset will be created.
public CreateChangesetRequest withDatasetId(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.public void setChangeType(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
public String getChangeType()
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.
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
public CreateChangesetRequest withChangeType(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
public CreateChangesetRequest withChangeType(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
public void setSourceType(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
public String getSourceType()
Type of the data source from which the files to create the changeset will be sourced.
S3
- Amazon S3.
S3
- Amazon S3.
SourceType
public CreateChangesetRequest withSourceType(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
public CreateChangesetRequest withSourceType(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
public Map<String,String> getSourceParams()
Source path from which the files to create the changeset will be sourced.
public void setSourceParams(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.public CreateChangesetRequest withSourceParams(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.public CreateChangesetRequest addSourceParamsEntry(String key, String value)
public CreateChangesetRequest clearSourceParamsEntries()
public void setFormatType(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
public String getFormatType()
Format type of the input files being loaded into the changeset.
FormatType
public CreateChangesetRequest withFormatType(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
public CreateChangesetRequest withFormatType(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
public Map<String,String> getFormatParams()
Options that define the structure of the source file(s).
public void setFormatParams(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).public CreateChangesetRequest withFormatParams(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).public CreateChangesetRequest addFormatParamsEntry(String key, String value)
public CreateChangesetRequest clearFormatParamsEntries()
public Map<String,String> getTags()
Metadata tags to apply to this changeset.
public void setTags(Map<String,String> tags)
Metadata tags to apply to this changeset.
tags
- Metadata tags to apply to this changeset.public CreateChangesetRequest withTags(Map<String,String> tags)
Metadata tags to apply to this changeset.
tags
- Metadata tags to apply to this changeset.public CreateChangesetRequest addTagsEntry(String key, String value)
public CreateChangesetRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateChangesetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()