Constructor and Description |
---|
Builder() |
public Target.Builder key(String key)
public Target.Builder modelVersion(String modelVersion)
public Target.Builder parentRef(ParentReference parentRef)
public Target.Builder name(String name)
public Target.Builder description(String description)
public Target.Builder objectVersion(Integer objectVersion)
public Target.Builder inputPorts(List<InputPort> inputPorts)
public Target.Builder outputPorts(List<TypedObject> outputPorts)
public Target.Builder objectStatus(Integer objectStatus)
public Target.Builder identifier(String identifier)
public Target.Builder parameters(List<Parameter> parameters)
public Target.Builder opConfigValues(ConfigValues opConfigValues)
public Target.Builder entity(DataEntity entity)
public Target.Builder isReadAccess(Boolean isReadAccess)
Specifies the read access.
isReadAccess
- the value to setpublic Target.Builder isCopyFields(Boolean isCopyFields)
Specifies the copy fields.
isCopyFields
- the value to setpublic Target.Builder isPredefinedShape(Boolean isPredefinedShape)
Specifies if this uses a predefined shape.
isPredefinedShape
- the value to setpublic Target.Builder isUseSameSourceName(Boolean isUseSameSourceName)
Specifies if entity name is the same as source.
isUseSameSourceName
- the value to setpublic Target.Builder targetEntityNamePrefix(String targetEntityNamePrefix)
Prefix for the entity Name.
targetEntityNamePrefix
- the value to setpublic Target.Builder targetEntityNameSuffix(String targetEntityNameSuffix)
Suffix for the entity Name.
targetEntityNameSuffix
- the value to setpublic Target.Builder dataProperty(Target.DataProperty dataProperty)
Specifies the data property.
dataProperty
- the value to setpublic Target.Builder schemaDriftConfig(SchemaDriftConfig schemaDriftConfig)
public Target.Builder fixedDataShape(Shape fixedDataShape)
public Target.Builder writeOperationConfig(WriteOperationConfig writeOperationConfig)
public Target.Builder loadOrder(Integer loadOrder)
A numeric loading order number for the target.
loadOrder
- the value to setpublic Target build()
public Target.Builder copy(Target model)
Copyright © 2016–2024. All rights reserved.