Interface DescribeAddonConfigurationResponse.Builder

    • Method Detail

      • addonName

        DescribeAddonConfigurationResponse.Builder addonName​(String addonName)

        The name of the add-on.

        Parameters:
        addonName - The name of the add-on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSchema

        DescribeAddonConfigurationResponse.Builder configurationSchema​(String configurationSchema)

        A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.

        Parameters:
        configurationSchema - A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.