Class UpdateDataFlowDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UpdateDataFlowDetails.Builder
-
- Enclosing class:
- UpdateDataFlowDetails
public static class UpdateDataFlowDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDataFlowDetails
build()
UpdateDataFlowDetails.Builder
copy(UpdateDataFlowDetails model)
UpdateDataFlowDetails.Builder
description(String description)
Detailed description for the object.UpdateDataFlowDetails.Builder
flowConfigValues(ConfigValues flowConfigValues)
UpdateDataFlowDetails.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.UpdateDataFlowDetails.Builder
key(String key)
Generated key that can be used in API calls to identify data flow.UpdateDataFlowDetails.Builder
modelType(String modelType)
The type of the object.UpdateDataFlowDetails.Builder
modelVersion(String modelVersion)
The model version of an object.UpdateDataFlowDetails.Builder
name(String name)
Free form text without any restriction on permitted characters.UpdateDataFlowDetails.Builder
nodes(List<FlowNode> nodes)
An array of nodes.UpdateDataFlowDetails.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.UpdateDataFlowDetails.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.UpdateDataFlowDetails.Builder
parameters(List<Parameter> parameters)
An array of parameters.UpdateDataFlowDetails.Builder
parentRef(ParentReference parentRef)
UpdateDataFlowDetails.Builder
registryMetadata(RegistryMetadata registryMetadata)
-
-
-
Method Detail
-
key
public UpdateDataFlowDetails.Builder key(String key)
Generated key that can be used in API calls to identify data flow.On scenarios where reference to the data flow is needed, a value can be passed in create.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public UpdateDataFlowDetails.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public UpdateDataFlowDetails.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public UpdateDataFlowDetails.Builder parentRef(ParentReference parentRef)
-
name
public UpdateDataFlowDetails.Builder name(String name)
Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Parameters:
name
- the value to set- Returns:
- this builder
-
identifier
public UpdateDataFlowDetails.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
objectVersion
public UpdateDataFlowDetails.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
nodes
public UpdateDataFlowDetails.Builder nodes(List<FlowNode> nodes)
An array of nodes.- Parameters:
nodes
- the value to set- Returns:
- this builder
-
parameters
public UpdateDataFlowDetails.Builder parameters(List<Parameter> parameters)
An array of parameters.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
description
public UpdateDataFlowDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
flowConfigValues
public UpdateDataFlowDetails.Builder flowConfigValues(ConfigValues flowConfigValues)
-
objectStatus
public UpdateDataFlowDetails.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
registryMetadata
public UpdateDataFlowDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
-
build
public UpdateDataFlowDetails build()
-
copy
public UpdateDataFlowDetails.Builder copy(UpdateDataFlowDetails model)
-
-