Class ConnectionValidation.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionValidation.Builder
-
- Enclosing class:
- ConnectionValidation
public static class ConnectionValidation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionValidation
build()
ConnectionValidation.Builder
copy(ConnectionValidation model)
ConnectionValidation.Builder
description(String description)
Detailed description for the object.ConnectionValidation.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.ConnectionValidation.Builder
key(String key)
Objects will use a 36 character key as unique ID.ConnectionValidation.Builder
metadata(ObjectMetadata metadata)
ConnectionValidation.Builder
modelType(String modelType)
The type of the object.ConnectionValidation.Builder
modelVersion(String modelVersion)
The model version of an object.ConnectionValidation.Builder
name(String name)
Free form text without any restriction on permitted characters.ConnectionValidation.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.ConnectionValidation.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.ConnectionValidation.Builder
parentRef(ParentReference parentRef)
ConnectionValidation.Builder
validationMessage(Message validationMessage)
-
-
-
Method Detail
-
validationMessage
public ConnectionValidation.Builder validationMessage(Message validationMessage)
-
key
public ConnectionValidation.Builder key(String key)
Objects will use a 36 character key as unique ID.It is system generated and cannot be modified.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public ConnectionValidation.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public ConnectionValidation.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public ConnectionValidation.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionValidation.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
-
description
public ConnectionValidation.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public ConnectionValidation.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
-
objectStatus
public ConnectionValidation.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
-
identifier
public ConnectionValidation.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
-
metadata
public ConnectionValidation.Builder metadata(ObjectMetadata metadata)
-
build
public ConnectionValidation build()
-
copy
public ConnectionValidation.Builder copy(ConnectionValidation model)
-
-