public class StorageClassAnalysisDataExport extends Object implements Serializable
| Constructor and Description | 
|---|
| StorageClassAnalysisDataExport() | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalyticsExportDestination | getDestination()Returns the place to store the data for an analysis. | 
| String | getOutputSchemaVersion()Returns the version of the output schema to use when exporting data. | 
| void | setDestination(AnalyticsExportDestination destination)Sets the place to store the data for an analysis. | 
| void | setOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)Sets the version of the output schema to use when exporting data. | 
| void | setOutputSchemaVersion(String outputSchemaVersion)Sets the version of the output schema to use when exporting data. | 
| StorageClassAnalysisDataExport | withDestination(AnalyticsExportDestination destination)Sets the place to store the data for an analysis
 and return this object for method chaining. | 
| StorageClassAnalysisDataExport | withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)Sets the version of the output schema to use when exporting data
 and returns this object for method chaining. | 
| StorageClassAnalysisDataExport | withOutputSchemaVersion(String outputSchemaVersion)Sets the version of the output schema to use when exporting data
 and returns this object for method chaining. | 
public void setOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
public StorageClassAnalysisDataExport withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
public String getOutputSchemaVersion()
public void setOutputSchemaVersion(String outputSchemaVersion)
public StorageClassAnalysisDataExport withOutputSchemaVersion(String outputSchemaVersion)
public AnalyticsExportDestination getDestination()
public void setDestination(AnalyticsExportDestination destination)
public StorageClassAnalysisDataExport withDestination(AnalyticsExportDestination destination)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.