Interface PropertyGroup.Builder

    • Method Detail

      • propertyGroupId

        PropertyGroup.Builder propertyGroupId​(String propertyGroupId)

        Describes the key of an application execution property key-value pair.

        Parameters:
        propertyGroupId - Describes the key of an application execution property key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyMap

        PropertyGroup.Builder propertyMap​(Map<String,​String> propertyMap)

        Describes the value of an application execution property key-value pair.

        Parameters:
        propertyMap - Describes the value of an application execution property key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.