public static interface ExportPreferences.Builder extends SdkPojo, CopyableBuilder<ExportPreferences.Builder,ExportPreferences>
| Modifier and Type | Method and Description |
|---|---|
default ExportPreferences.Builder |
ec2RecommendationsPreferences(Consumer<Ec2RecommendationsExportPreferences.Builder> ec2RecommendationsPreferences)
If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through
Amazon Web Services Application Discovery Service.
|
ExportPreferences.Builder |
ec2RecommendationsPreferences(Ec2RecommendationsExportPreferences ec2RecommendationsPreferences)
If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through
Amazon Web Services Application Discovery Service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportPreferences.Builder ec2RecommendationsPreferences(Ec2RecommendationsExportPreferences ec2RecommendationsPreferences)
If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.
ec2RecommendationsPreferences - If enabled, exported data includes EC2 instance type matches for on-premises servers discovered
through Amazon Web Services Application Discovery Service.default ExportPreferences.Builder ec2RecommendationsPreferences(Consumer<Ec2RecommendationsExportPreferences.Builder> ec2RecommendationsPreferences)
If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.
This is a convenience method that creates an instance of theEc2RecommendationsExportPreferences.Builder avoiding the need to create one manually via
Ec2RecommendationsExportPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
ec2RecommendationsPreferences(Ec2RecommendationsExportPreferences).
ec2RecommendationsPreferences - a consumer that will call methods on Ec2RecommendationsExportPreferences.Builderec2RecommendationsPreferences(Ec2RecommendationsExportPreferences)Copyright © 2023. All rights reserved.