Interface StartRecommendationReportGenerationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<StartRecommendationReportGenerationRequest.Builder,,- StartRecommendationReportGenerationRequest> - MigrationHubStrategyRequest.Builder,- SdkBuilder<StartRecommendationReportGenerationRequest.Builder,,- StartRecommendationReportGenerationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- StartRecommendationReportGenerationRequest
@Mutable
@NotThreadSafe
public static interface StartRecommendationReportGenerationRequest.Builder
extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<StartRecommendationReportGenerationRequest.Builder,StartRecommendationReportGenerationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiongroupIdFilter(Collection<Group> groupIdFilter) Groups the resources in the recommendation report with a unique name.groupIdFilter(Consumer<Group.Builder>... groupIdFilter) Groups the resources in the recommendation report with a unique name.groupIdFilter(Group... groupIdFilter) Groups the resources in the recommendation report with a unique name.outputFormat(String outputFormat) The output format for the recommendation report file.outputFormat(OutputFormat outputFormat) The output format for the recommendation report file.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groupIdFilterGroups the resources in the recommendation report with a unique name. - Parameters:
- groupIdFilter- Groups the resources in the recommendation report with a unique name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupIdFilterGroups the resources in the recommendation report with a unique name. - Parameters:
- groupIdFilter- Groups the resources in the recommendation report with a unique name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupIdFilterStartRecommendationReportGenerationRequest.Builder groupIdFilter(Consumer<Group.Builder>... groupIdFilter) Groups the resources in the recommendation report with a unique name. This is a convenience method that creates an instance of theGroup.Builderavoiding the need to create one manually viaGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupIdFilter(List<Group>).- Parameters:
- groupIdFilter- a consumer that will call methods on- Group.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputFormatThe output format for the recommendation report file. The default format is Microsoft Excel. - Parameters:
- outputFormat- The output format for the recommendation report file. The default format is Microsoft Excel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputFormatThe output format for the recommendation report file. The default format is Microsoft Excel. - Parameters:
- outputFormat- The output format for the recommendation report file. The default format is Microsoft Excel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationStartRecommendationReportGenerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationStartRecommendationReportGenerationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-