public class StorageClassAnalysisDataExport
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
StorageClassAnalysisDataExport() |
Modifier and Type | Method and Description |
---|---|
AnalyticsExportDestination |
getDestination() |
java.lang.String |
getOutputSchemaVersion() |
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(java.lang.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
|
StorageClassAnalysisDataExport |
withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
Sets the version of the output schema to use when exporting data.
|
StorageClassAnalysisDataExport |
withOutputSchemaVersion(java.lang.String outputSchemaVersion)
Sets the version of the output schema to use when exporting data
|
public void setOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
outputSchemaVersion
- the output schema version.public StorageClassAnalysisDataExport withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
outputSchemaVersion
- the output schema version.public java.lang.String getOutputSchemaVersion()
public void setOutputSchemaVersion(java.lang.String outputSchemaVersion)
outputSchemaVersion
- the output schema version.public StorageClassAnalysisDataExport withOutputSchemaVersion(java.lang.String outputSchemaVersion)
outputSchemaVersion
- the output schema version.public AnalyticsExportDestination getDestination()
public void setDestination(AnalyticsExportDestination destination)
destination
- the destination to store the data.public StorageClassAnalysisDataExport withDestination(AnalyticsExportDestination destination)
destination
- the destination to store the data.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.