Interface DescribeComponentConfigurationResponse.Builder

All Superinterfaces:
ApplicationInsightsResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>, SdkBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeComponentConfigurationResponse

  • Method Details

    • monitor

      Indicates whether the application component is monitored.

      Parameters:
      monitor - Indicates whether the application component is monitored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tier

      The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

      Parameters:
      tier - The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tier

      The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

      Parameters:
      tier - The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • componentConfiguration

      DescribeComponentConfigurationResponse.Builder componentConfiguration(String componentConfiguration)

      The configuration settings of the component. The value is the escaped JSON of the configuration.

      Parameters:
      componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.