public static interface StorageClassAnalysis.Builder extends SdkPojo, CopyableBuilder<StorageClassAnalysis.Builder,StorageClassAnalysis>
| Modifier and Type | Method and Description |
|---|---|
default StorageClassAnalysis.Builder |
dataExport(Consumer<StorageClassAnalysisDataExport.Builder> dataExport)
A container used to describe how data related to the storage class analysis should be exported.
|
StorageClassAnalysis.Builder |
dataExport(StorageClassAnalysisDataExport dataExport)
A container used to describe how data related to the storage class analysis should be exported.
|
copyapplyMutation, buildStorageClassAnalysis.Builder dataExport(StorageClassAnalysisDataExport dataExport)
A container used to describe how data related to the storage class analysis should be exported.
dataExport - A container used to describe how data related to the storage class analysis should be exported.default StorageClassAnalysis.Builder dataExport(Consumer<StorageClassAnalysisDataExport.Builder> dataExport)
A container used to describe how data related to the storage class analysis should be exported.
This is a convenience that creates an instance of theStorageClassAnalysisDataExport.Builder avoiding
the need to create one manually via StorageClassAnalysisDataExport.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataExport(StorageClassAnalysisDataExport).dataExport - a consumer that will call methods on StorageClassAnalysisDataExport.BuilderdataExport(StorageClassAnalysisDataExport)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.