@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetParameter extends Object implements Serializable, Cloneable, StructuredPojo
Represents a dataset paramater that defines type and conditions for a parameter in the S3 path of the dataset.
| Constructor and Description |
|---|
DatasetParameter() |
| Modifier and Type | Method and Description |
|---|---|
DatasetParameter |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCreateColumn()
Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.
|
DatetimeOptions |
getDatetimeOptions()
Additional parameter options such as a format and a timezone.
|
FilterExpression |
getFilter()
The optional filter expression structure to apply additional matching criteria to the parameter.
|
String |
getName()
The name of the parameter that is used in the dataset's S3 path.
|
String |
getType()
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
int |
hashCode() |
Boolean |
isCreateColumn()
Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreateColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.
|
void |
setDatetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone.
|
void |
setFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
void |
setName(String name)
The name of the parameter that is used in the dataset's S3 path.
|
void |
setType(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
String |
toString()
Returns a string representation of this object.
|
DatasetParameter |
withCreateColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.
|
DatasetParameter |
withDatetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone.
|
DatasetParameter |
withFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
DatasetParameter |
withName(String name)
The name of the parameter that is used in the dataset's S3 path.
|
DatasetParameter |
withType(ParameterType type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
DatasetParameter |
withType(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
public void setName(String name)
The name of the parameter that is used in the dataset's S3 path.
name - The name of the parameter that is used in the dataset's S3 path.public String getName()
The name of the parameter that is used in the dataset's S3 path.
public DatasetParameter withName(String name)
The name of the parameter that is used in the dataset's S3 path.
name - The name of the parameter that is used in the dataset's S3 path.public void setType(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.ParameterTypepublic String getType()
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
ParameterTypepublic DatasetParameter withType(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.ParameterTypepublic DatasetParameter withType(ParameterType type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.ParameterTypepublic void setDatetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone. Required for datetime parameters.
datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.public DatetimeOptions getDatetimeOptions()
Additional parameter options such as a format and a timezone. Required for datetime parameters.
public DatasetParameter withDatetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone. Required for datetime parameters.
datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.public void setCreateColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.
createColumn - Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.public Boolean getCreateColumn()
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.
public DatasetParameter withCreateColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.
createColumn - Optional boolean value that defines whether the captured value of this parameter should be loaded as an
additional column in the dataset.public Boolean isCreateColumn()
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.
public void setFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
filter - The optional filter expression structure to apply additional matching criteria to the parameter.public FilterExpression getFilter()
The optional filter expression structure to apply additional matching criteria to the parameter.
public DatasetParameter withFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
filter - The optional filter expression structure to apply additional matching criteria to the parameter.public String toString()
toString in class ObjectObject.toString()public DatasetParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.