JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.applicationinsights.model

Class DescribeComponentConfigurationResult

    • Constructor Detail

      • DescribeComponentConfigurationResult

        public DescribeComponentConfigurationResult()
    • Method Detail

      • setMonitor

        public void setMonitor(Boolean monitor)

        Indicates whether the application component is monitored.

        Parameters:
        monitor - Indicates whether the application component is monitored.
      • getMonitor

        public Boolean getMonitor()

        Indicates whether the application component is monitored.

        Returns:
        Indicates whether the application component is monitored.
      • withMonitor

        public DescribeComponentConfigurationResult withMonitor(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.
      • isMonitor

        public Boolean isMonitor()

        Indicates whether the application component is monitored.

        Returns:
        Indicates whether the application component is monitored.
      • setTier

        public void setTier(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
        See Also:
        Tier
      • getTier

        public String getTier()

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

        Returns:
        The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
        See Also:
        Tier
      • withTier

        public DescribeComponentConfigurationResult withTier(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
      • withTier

        public DescribeComponentConfigurationResult withTier(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
      • setComponentConfiguration

        public void setComponentConfiguration(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.
      • getComponentConfiguration

        public String getComponentConfiguration()

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

        Returns:
        The configuration settings of the component. The value is the escaped JSON of the configuration.
      • withComponentConfiguration

        public DescribeComponentConfigurationResult withComponentConfiguration(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /