Class CreateDataProductDomainOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateDataProductDomainOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createDataProductDomain options.
    • Method Detail

      • container

        public ContainerReference container()
        Gets the container. Container reference.
        Returns:
        the container
      • trace

        public java.lang.String trace()
        Gets the trace. The id to trace the failed domain creations.
        Returns:
        the trace
      • errors

        public java.util.List<ErrorModelResource> errors()
        Gets the errors. Set of errors on the sub domain creation.
        Returns:
        the errors
      • name

        public java.lang.String name()
        Gets the name. The name of the data product domain.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. The description of the data product domain.
        Returns:
        the description
      • id

        public java.lang.String id()
        Gets the id. The identifier of the data product domain.
        Returns:
        the id
      • memberRoles

        public MemberRolesSchema memberRoles()
        Gets the memberRoles. Member roles of a corresponding asset.
        Returns:
        the memberRoles
      • xProperties

        public PropertiesSchema xProperties()
        Gets the xProperties. Properties of the corresponding asset.
        Returns:
        the xProperties
      • subDomains

        public java.util.List<InitializeSubDomain> subDomains()
        Gets the subDomains. List of sub domains to be added within a domain.
        Returns:
        the subDomains
      • containerId

        public java.lang.String containerId()
        Gets the containerId. Container ID of the data product catalog. If not supplied, the data product catalog is looked up by using the uid of the default data product catalog.
        Returns:
        the containerId