Class CreateDataProductDomainOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDataProductDomainOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReference
container()
Gets the container.java.lang.String
containerId()
Gets the containerId.java.lang.String
description()
Gets the description.java.util.List<ErrorModelResource>
errors()
Gets the errors.java.lang.String
id()
Gets the id.MemberRolesSchema
memberRoles()
Gets the memberRoles.java.lang.String
name()
Gets the name.CreateDataProductDomainOptions.Builder
newBuilder()
New builder.java.util.List<InitializeSubDomain>
subDomains()
Gets the subDomains.java.lang.String
trace()
Gets the trace.PropertiesSchema
xProperties()
Gets the xProperties.
-
-
-
Method Detail
-
newBuilder
public CreateDataProductDomainOptions.Builder newBuilder()
New builder.- Returns:
- a CreateDataProductDomainOptions builder
-
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
-
-