@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDatasetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDatasetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDatasetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFormat()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
FormatOptions |
getFormatOptions() |
Input |
getInput() |
String |
getName()
The name of the dataset to be created.
|
PathOptions |
getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Map<String,String> |
getTags()
Metadata tags to apply to this dataset.
|
int |
hashCode() |
void |
setFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
void |
setFormatOptions(FormatOptions formatOptions) |
void |
setInput(Input input) |
void |
setName(String name)
The name of the dataset to be created.
|
void |
setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
void |
setTags(Map<String,String> tags)
Metadata tags to apply to this dataset.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatasetRequest |
withFormat(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
CreateDatasetRequest |
withFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
CreateDatasetRequest |
withFormatOptions(FormatOptions formatOptions) |
CreateDatasetRequest |
withInput(Input input) |
CreateDatasetRequest |
withName(String name)
The name of the dataset to be created.
|
CreateDatasetRequest |
withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
CreateDatasetRequest |
withTags(Map<String,String> tags)
Metadata tags to apply to this dataset.
|
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, withSdkRequestTimeoutpublic void setName(String name)
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
name - The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-),
period (.), and space.public String getName()
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
public CreateDatasetRequest withName(String name)
The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
name - The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-),
period (.), and space.public void setFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatpublic String getFormat()
The file format of a dataset that is created from an Amazon S3 file or folder.
InputFormatpublic CreateDatasetRequest withFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatpublic CreateDatasetRequest withFormat(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
format - The file format of a dataset that is created from an Amazon S3 file or folder.InputFormatpublic void setFormatOptions(FormatOptions formatOptions)
formatOptions - public FormatOptions getFormatOptions()
public CreateDatasetRequest withFormatOptions(FormatOptions formatOptions)
formatOptions - public void setInput(Input input)
input - public Input getInput()
public CreateDatasetRequest withInput(Input input)
input - public void setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.public PathOptions getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
public CreateDatasetRequest withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.public Map<String,String> getTags()
Metadata tags to apply to this dataset.
public void setTags(Map<String,String> tags)
Metadata tags to apply to this dataset.
tags - Metadata tags to apply to this dataset.public CreateDatasetRequest withTags(Map<String,String> tags)
Metadata tags to apply to this dataset.
tags - Metadata tags to apply to this dataset.public CreateDatasetRequest addTagsEntry(String key, String value)
public CreateDatasetRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateDatasetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()