@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatasetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDatasetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDatasetRequest |
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 updated.
|
PathOptions |
getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the 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 updated.
|
void |
setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetRequest |
withFormat(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
UpdateDatasetRequest |
withFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
UpdateDatasetRequest |
withFormatOptions(FormatOptions formatOptions) |
UpdateDatasetRequest |
withInput(Input input) |
UpdateDatasetRequest |
withName(String name)
The name of the dataset to be updated.
|
UpdateDatasetRequest |
withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the 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, withSdkRequestTimeout
public void setName(String name)
The name of the dataset to be updated.
name
- The name of the dataset to be updated.public String getName()
The name of the dataset to be updated.
public UpdateDatasetRequest withName(String name)
The name of the dataset to be updated.
name
- The name of the dataset to be updated.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.InputFormat
public String getFormat()
The file format of a dataset that is created from an Amazon S3 file or folder.
InputFormat
public UpdateDatasetRequest 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.InputFormat
public UpdateDatasetRequest 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.InputFormat
public void setFormatOptions(FormatOptions formatOptions)
formatOptions
- public FormatOptions getFormatOptions()
public UpdateDatasetRequest withFormatOptions(FormatOptions formatOptions)
formatOptions
- public void setInput(Input input)
input
- public Input getInput()
public UpdateDatasetRequest 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 UpdateDatasetRequest 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 String toString()
toString
in class Object
Object.toString()
public UpdateDatasetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()