Class OutputPort.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.OutputPort.Builder
-
- Enclosing class:
- OutputPort
public static class OutputPort.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputPort
build()
OutputPort.Builder
configValues(ConfigValues configValues)
OutputPort.Builder
copy(OutputPort model)
OutputPort.Builder
description(String description)
OutputPort.Builder
fields(List<TypedObject> fields)
An array of fields.OutputPort.Builder
key(String key)
OutputPort.Builder
modelVersion(String modelVersion)
OutputPort.Builder
name(String name)
OutputPort.Builder
objectStatus(Integer objectStatus)
OutputPort.Builder
parentRef(ParentReference parentRef)
OutputPort.Builder
portType(OutputPort.PortType portType)
The port details for the data asset.Type.
-
-
-
Method Detail
-
key
public OutputPort.Builder key(String key)
-
modelVersion
public OutputPort.Builder modelVersion(String modelVersion)
-
parentRef
public OutputPort.Builder parentRef(ParentReference parentRef)
-
configValues
public OutputPort.Builder configValues(ConfigValues configValues)
-
objectStatus
public OutputPort.Builder objectStatus(Integer objectStatus)
-
name
public OutputPort.Builder name(String name)
-
description
public OutputPort.Builder description(String description)
-
portType
public OutputPort.Builder portType(OutputPort.PortType portType)
The port details for the data asset.Type.- Parameters:
portType
- the value to set- Returns:
- this builder
-
fields
public OutputPort.Builder fields(List<TypedObject> fields)
An array of fields.- Parameters:
fields
- the value to set- Returns:
- this builder
-
build
public OutputPort build()
-
copy
public OutputPort.Builder copy(OutputPort model)
-
-