Class UpdateDataFlowDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateDataFlowDetails.Builder
 
- 
- Enclosing class:
- UpdateDataFlowDetails
 
 public static class UpdateDataFlowDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDataFlowDetailsbuild()UpdateDataFlowDetails.Buildercopy(UpdateDataFlowDetails model)UpdateDataFlowDetails.Builderdescription(String description)Detailed description for the object.UpdateDataFlowDetails.BuilderflowConfigValues(ConfigValues flowConfigValues)UpdateDataFlowDetails.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.UpdateDataFlowDetails.Builderkey(String key)Generated key that can be used in API calls to identify data flow.UpdateDataFlowDetails.BuildermodelType(String modelType)The type of the object.UpdateDataFlowDetails.BuildermodelVersion(String modelVersion)The model version of an object.UpdateDataFlowDetails.Buildername(String name)Free form text without any restriction on permitted characters.UpdateDataFlowDetails.Buildernodes(List<FlowNode> nodes)An array of nodes.UpdateDataFlowDetails.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.UpdateDataFlowDetails.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.UpdateDataFlowDetails.Builderparameters(List<Parameter> parameters)An array of parameters.UpdateDataFlowDetails.BuilderparentRef(ParentReference parentRef)UpdateDataFlowDetails.BuilderregistryMetadata(RegistryMetadata registryMetadata)
 
- 
- 
- 
Method Detail- 
keypublic 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
 
 - 
modelTypepublic UpdateDataFlowDetails.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic UpdateDataFlowDetails.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic UpdateDataFlowDetails.Builder parentRef(ParentReference parentRef) 
 - 
namepublic 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
 
 - 
identifierpublic 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
 
 - 
objectVersionpublic 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
 
 - 
nodespublic UpdateDataFlowDetails.Builder nodes(List<FlowNode> nodes) An array of nodes.- Parameters:
- nodes- the value to set
- Returns:
- this builder
 
 - 
parameterspublic UpdateDataFlowDetails.Builder parameters(List<Parameter> parameters) An array of parameters.- Parameters:
- parameters- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateDataFlowDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
flowConfigValuespublic UpdateDataFlowDetails.Builder flowConfigValues(ConfigValues flowConfigValues) 
 - 
objectStatuspublic 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
 
 - 
registryMetadatapublic UpdateDataFlowDetails.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
buildpublic UpdateDataFlowDetails build() 
 - 
copypublic UpdateDataFlowDetails.Builder copy(UpdateDataFlowDetails model) 
 
- 
 
-