Interface ProfileCreateBuilder

    • Method Detail

      • name

        ProfileCreateBuilder name​(String name)
        Add the name for the profile.
        Parameters:
        name - The name for the profile.
        Returns:
        ProfileCreateBuilder
      • spec

        ProfileCreateBuilder spec​(Map<String,​Object> spec)
        Add detailed specification based on the chosen profile type.
        Parameters:
        spec - The detailed specification based on the chosen profile type.
        Returns:
        ProfileCreateBuilder
      • metadata

        ProfileCreateBuilder metadata​(Map<String,​Map> metadata)
        Add a list of key and value pairs to associate with the profile.
        Parameters:
        metadata - The list of key and value pairs to associate with the profile.
        Returns:
        ProfileCreateBuilder