Class UpdateComponentConfigurationRequest

    • Method Detail

      • resourceGroupName

        public final String resourceGroupName()

        The name of the resource group.

        Returns:
        The name of the resource group.
      • componentName

        public final String componentName()

        The name of the component.

        Returns:
        The name of the component.
      • monitor

        public final Boolean monitor()

        Indicates whether the application component is monitored.

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

        public final Tier tier()

        The tier of the application component.

        If the service returns an enum value that is not available in the current SDK version, tier will return Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The tier of the application component.
        See Also:
        Tier
      • tierAsString

        public final String tierAsString()

        The tier of the application component.

        If the service returns an enum value that is not available in the current SDK version, tier will return Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The tier of the application component.
        See Also:
        Tier
      • componentConfiguration

        public final 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.

        Returns:
        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.
      • autoConfigEnabled

        public final Boolean autoConfigEnabled()

        Automatically configures the component by applying the recommended configurations.

        Returns:
        Automatically configures the component by applying the recommended configurations.
      • toString

        public final 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