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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.BuilderestimatedMonthlyStorageCost(String estimatedMonthlyStorageCost)The estimated monthly cost of the recommended Amazon Web Services storage service.Recommendation.BuilderstorageConfiguration(Map<String,String> storageConfiguration)Information about how you can set up a recommended Amazon Web Services storage service.Recommendation.BuilderstorageType(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
storageType
Recommendation.Builder 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.
- 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
Recommendation.Builder storageConfiguration(Map<String,String> 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
Recommendation.Builder estimatedMonthlyStorageCost(String 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.
-
-