@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataViewDestinationTypeParams extends Object implements Serializable, Cloneable, StructuredPojo
Structure for the Dataview destination type parameters.
Constructor and Description |
---|
DataViewDestinationTypeParams() |
Modifier and Type | Method and Description |
---|---|
DataViewDestinationTypeParams |
addS3DestinationExportFileFormatOptionsEntry(String key,
String value)
Add a single S3DestinationExportFileFormatOptions entry
|
DataViewDestinationTypeParams |
clearS3DestinationExportFileFormatOptionsEntries()
Removes all the entries added into S3DestinationExportFileFormatOptions.
|
DataViewDestinationTypeParams |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationType()
Destination type for a Dataview.
|
String |
getS3DestinationExportFileFormat()
Dataview export file format.
|
Map<String,String> |
getS3DestinationExportFileFormatOptions()
Format Options for S3 Destination type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationType(String destinationType)
Destination type for a Dataview.
|
void |
setS3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
|
void |
setS3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
|
String |
toString()
Returns a string representation of this object.
|
DataViewDestinationTypeParams |
withDestinationType(String destinationType)
Destination type for a Dataview.
|
DataViewDestinationTypeParams |
withS3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams |
withS3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams |
withS3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
|
public void setDestinationType(String destinationType)
Destination type for a Dataview.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
destinationType
- Destination type for a Dataview.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
public String getDestinationType()
Destination type for a Dataview.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
public DataViewDestinationTypeParams withDestinationType(String destinationType)
Destination type for a Dataview.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
destinationType
- Destination type for a Dataview.
GLUE_TABLE
– Glue table destination type.
S3
– S3 destination type.
public void setS3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
s3DestinationExportFileFormat
- Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
ExportFileFormat
public String getS3DestinationExportFileFormat()
Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
ExportFileFormat
public DataViewDestinationTypeParams withS3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
s3DestinationExportFileFormat
- Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
ExportFileFormat
public DataViewDestinationTypeParams withS3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)
Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
s3DestinationExportFileFormat
- Dataview export file format.
PARQUET
– Parquet export file format.
DELIMITED_TEXT
– Delimited text export file format.
ExportFileFormat
public Map<String,String> getS3DestinationExportFileFormatOptions()
Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
public void setS3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
s3DestinationExportFileFormatOptions
- Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
public DataViewDestinationTypeParams withS3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
s3DestinationExportFileFormatOptions
- Format Options for S3 Destination type.
Here is an example of how you could specify the s3DestinationExportFileFormatOptions
{ "header": "true", "delimiter": ",", "compression": "gzip" }
public DataViewDestinationTypeParams addS3DestinationExportFileFormatOptionsEntry(String key, String value)
public DataViewDestinationTypeParams clearS3DestinationExportFileFormatOptionsEntries()
public String toString()
toString
in class Object
Object.toString()
public DataViewDestinationTypeParams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.