Interface StartRecommendationReportGenerationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartRecommendationReportGenerationRequest.Builder,StartRecommendationReportGenerationRequest>,MigrationHubStrategyRequest.Builder,SdkBuilder<StartRecommendationReportGenerationRequest.Builder,StartRecommendationReportGenerationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartRecommendationReportGenerationRequest
public static interface StartRecommendationReportGenerationRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<StartRecommendationReportGenerationRequest.Builder,StartRecommendationReportGenerationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
groupIdFilter
StartRecommendationReportGenerationRequest.Builder groupIdFilter(Collection<Group> groupIdFilter)
Groups 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.
-
groupIdFilter
StartRecommendationReportGenerationRequest.Builder groupIdFilter(Group... groupIdFilter)
Groups 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.
-
groupIdFilter
StartRecommendationReportGenerationRequest.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 to#groupIdFilter(List.) - Parameters:
groupIdFilter- a consumer that will call methods onGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groupIdFilter(java.util.Collection)
-
outputFormat
StartRecommendationReportGenerationRequest.Builder outputFormat(String outputFormat)
The 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:
OutputFormat,OutputFormat
-
outputFormat
StartRecommendationReportGenerationRequest.Builder outputFormat(OutputFormat outputFormat)
The 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:
OutputFormat,OutputFormat
-
overrideConfiguration
StartRecommendationReportGenerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartRecommendationReportGenerationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-