Interface DescribeComponentConfigurationRecommendationRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>,SdkBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeComponentConfigurationRecommendationRequest
public static interface DescribeComponentConfigurationRecommendationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceGroupName
DescribeComponentConfigurationRecommendationRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
- Parameters:
resourceGroupName- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentName
DescribeComponentConfigurationRecommendationRequest.Builder componentName(String componentName)
The name of the component.
- Parameters:
componentName- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
DescribeComponentConfigurationRecommendationRequest.Builder tier(String tier)
The tier of the application component.
-
tier
DescribeComponentConfigurationRecommendationRequest.Builder tier(Tier tier)
The tier of the application component.
-
workloadName
DescribeComponentConfigurationRecommendationRequest.Builder workloadName(String workloadName)
The name of the workload.
- Parameters:
workloadName- The name of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationType
DescribeComponentConfigurationRecommendationRequest.Builder recommendationType(String recommendationType)
The recommended configuration type.
- Parameters:
recommendationType- The recommended configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationType,RecommendationType
-
recommendationType
DescribeComponentConfigurationRecommendationRequest.Builder recommendationType(RecommendationType recommendationType)
The recommended configuration type.
- Parameters:
recommendationType- The recommended configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationType,RecommendationType
-
overrideConfiguration
DescribeComponentConfigurationRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeComponentConfigurationRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-