@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartContinuousExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartContinuousExportResult() |
Modifier and Type | Method and Description |
---|---|
StartContinuousExportResult |
addSchemaStorageConfigEntry(String key,
String value)
Add a single SchemaStorageConfig entry
|
StartContinuousExportResult |
clearSchemaStorageConfigEntries()
Removes all the entries added into SchemaStorageConfig.
|
StartContinuousExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSource()
The type of data collector used to gather this data (currently only offered for AGENT).
|
String |
getExportId()
The unique ID assigned to this export.
|
String |
getS3Bucket()
The name of the s3 bucket where the export data parquet files are stored.
|
Map<String,String> |
getSchemaStorageConfig()
A dictionary which describes how the data is stored.
|
Date |
getStartTime()
The timestamp representing when the continuous export was started.
|
int |
hashCode() |
void |
setDataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
void |
setExportId(String exportId)
The unique ID assigned to this export.
|
void |
setS3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
|
void |
setSchemaStorageConfig(Map<String,String> schemaStorageConfig)
A dictionary which describes how the data is stored.
|
void |
setStartTime(Date startTime)
The timestamp representing when the continuous export was started.
|
String |
toString()
Returns a string representation of this object.
|
StartContinuousExportResult |
withDataSource(DataSource dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
StartContinuousExportResult |
withDataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
StartContinuousExportResult |
withExportId(String exportId)
The unique ID assigned to this export.
|
StartContinuousExportResult |
withS3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
|
StartContinuousExportResult |
withSchemaStorageConfig(Map<String,String> schemaStorageConfig)
A dictionary which describes how the data is stored.
|
StartContinuousExportResult |
withStartTime(Date startTime)
The timestamp representing when the continuous export was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportId(String exportId)
The unique ID assigned to this export.
exportId
- The unique ID assigned to this export.public String getExportId()
The unique ID assigned to this export.
public StartContinuousExportResult withExportId(String exportId)
The unique ID assigned to this export.
exportId
- The unique ID assigned to this export.public void setS3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
s3Bucket
- The name of the s3 bucket where the export data parquet files are stored.public String getS3Bucket()
The name of the s3 bucket where the export data parquet files are stored.
public StartContinuousExportResult withS3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
s3Bucket
- The name of the s3 bucket where the export data parquet files are stored.public void setStartTime(Date startTime)
The timestamp representing when the continuous export was started.
startTime
- The timestamp representing when the continuous export was started.public Date getStartTime()
The timestamp representing when the continuous export was started.
public StartContinuousExportResult withStartTime(Date startTime)
The timestamp representing when the continuous export was started.
startTime
- The timestamp representing when the continuous export was started.public void setDataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
dataSource
- The type of data collector used to gather this data (currently only offered for AGENT).DataSource
public String getDataSource()
The type of data collector used to gather this data (currently only offered for AGENT).
DataSource
public StartContinuousExportResult withDataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
dataSource
- The type of data collector used to gather this data (currently only offered for AGENT).DataSource
public StartContinuousExportResult withDataSource(DataSource dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
dataSource
- The type of data collector used to gather this data (currently only offered for AGENT).DataSource
public Map<String,String> getSchemaStorageConfig()
A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
databaseName
- the name of the Glue database used to store the schema.
public void setSchemaStorageConfig(Map<String,String> schemaStorageConfig)
A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
schemaStorageConfig
- A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
public StartContinuousExportResult withSchemaStorageConfig(Map<String,String> schemaStorageConfig)
A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
schemaStorageConfig
- A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
public StartContinuousExportResult addSchemaStorageConfigEntry(String key, String value)
public StartContinuousExportResult clearSchemaStorageConfigEntries()
public String toString()
toString
in class Object
Object.toString()
public StartContinuousExportResult clone()