Interface Recommendation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Recommendation.Builder,,Recommendation> SdkBuilder<Recommendation.Builder,,Recommendation> SdkPojo
- Enclosing class:
 Recommendation
public static interface Recommendation.Builder
extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation> 
- 
Method Summary
Modifier and TypeMethodDescriptionestimatedMonthlyStorageCost(String estimatedMonthlyStorageCost) The estimated monthly cost of the recommended Amazon Web Services storage service.storageConfiguration(Map<String, String> storageConfiguration) Information about how you can set up a recommended Amazon Web Services storage service.storageType(String storageType) A recommended Amazon Web Services storage service that you can migrate data to based on information that DataSync Discovery collects about your on-premises storage system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
storageType
A recommended Amazon Web Services storage service that you can migrate data to based on information that DataSync Discovery collects about your on-premises storage system.
- Parameters:
 storageType- A recommended Amazon Web Services storage service that you can migrate data to based on information that DataSync Discovery collects about your on-premises storage system.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
storageConfiguration
Information about how you can set up a recommended Amazon Web Services storage service.
- Parameters:
 storageConfiguration- Information about how you can set up a recommended Amazon Web Services storage service.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
estimatedMonthlyStorageCost
The estimated monthly cost of the recommended Amazon Web Services storage service.
- Parameters:
 estimatedMonthlyStorageCost- The estimated monthly cost of the recommended Amazon Web Services storage service.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -