public static interface DescribeComponentConfigurationRecommendationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentConfigurationRecommendationRequest.Builder |
componentName(String componentName)
The name of the component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeComponentConfigurationRecommendationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeComponentConfigurationRecommendationRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
tier(String tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
tier(Tier tier)
The tier of the application component.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComponentConfigurationRecommendationRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.DescribeComponentConfigurationRecommendationRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.DescribeComponentConfigurationRecommendationRequest.Builder tier(String tier)
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.
DescribeComponentConfigurationRecommendationRequest.Builder tier(Tier tier)
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.
DescribeComponentConfigurationRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeComponentConfigurationRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.