public static interface UpdateComponentConfigurationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentConfigurationRequest.Builder,UpdateComponentConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentConfigurationRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.UpdateComponentConfigurationRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.UpdateComponentConfigurationRequest.Builder monitor(Boolean monitor)
Indicates whether the application component is monitored.
monitor - Indicates whether the application component is monitored.UpdateComponentConfigurationRequest.Builder tier(String tier)
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.
UpdateComponentConfigurationRequest.Builder tier(Tier tier)
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.
UpdateComponentConfigurationRequest.Builder componentConfiguration(String componentConfiguration)
The configuration settings of the component. The value is the escaped JSON of the configuration. For more
information about the JSON format, see Working with
JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the
recommended configuration for a component. For the complete format of the component configuration file, see
Component
Configuration.
componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration. For
more information about the JSON format, see Working with JSON. You can send a request to
DescribeComponentConfigurationRecommendation to see the recommended configuration for a
component. For the complete format of the component configuration file, see Component
Configuration.UpdateComponentConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateComponentConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.