Interface DescribeComponentConfigurationResponse.Builder

    • Method Detail

      • monitor

        DescribeComponentConfigurationResponse.Builder monitor​(Boolean 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

        DescribeComponentConfigurationResponse.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

        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, Tier
      • tier

        DescribeComponentConfigurationResponse.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

        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, Tier
      • 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.