public static interface StartContinuousExportResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StartContinuousExportResponse.Builder,StartContinuousExportResponse>
| Modifier and Type | Method and Description |
|---|---|
StartContinuousExportResponse.Builder |
dataSource(DataSource dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
StartContinuousExportResponse.Builder |
dataSource(String dataSource)
The type of data collector used to gather this data (currently only offered for AGENT).
|
StartContinuousExportResponse.Builder |
exportId(String exportId)
The unique ID assigned to this export.
|
StartContinuousExportResponse.Builder |
s3Bucket(String s3Bucket)
The name of the s3 bucket where the export data parquet files are stored.
|
StartContinuousExportResponse.Builder |
schemaStorageConfig(Map<String,String> schemaStorageConfig)
A dictionary which describes how the data is stored.
|
StartContinuousExportResponse.Builder |
startTime(Instant startTime)
The timestamp representing when the continuous export was started.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStartContinuousExportResponse.Builder exportId(String exportId)
The unique ID assigned to this export.
exportId - The unique ID assigned to this export.StartContinuousExportResponse.Builder s3Bucket(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.StartContinuousExportResponse.Builder startTime(Instant startTime)
The timestamp representing when the continuous export was started.
startTime - The timestamp representing when the continuous export was started.StartContinuousExportResponse.Builder dataSource(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,
DataSourceStartContinuousExportResponse.Builder dataSource(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,
DataSourceStartContinuousExportResponse.Builder schemaStorageConfig(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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.