Class ConnectionValidationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionValidationSummary.Builder
-
- Enclosing class:
- ConnectionValidationSummary
public static class ConnectionValidationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
validationMessage
public ConnectionValidationSummary.Builder validationMessage(Message validationMessage)
-
key
public ConnectionValidationSummary.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 ConnectionValidationSummary.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public ConnectionValidationSummary.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public ConnectionValidationSummary.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionValidationSummary.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 ConnectionValidationSummary.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public ConnectionValidationSummary.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 ConnectionValidationSummary.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 ConnectionValidationSummary.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 ConnectionValidationSummary.Builder metadata(ObjectMetadata metadata)
-
build
public ConnectionValidationSummary build()
-
copy
public ConnectionValidationSummary.Builder copy(ConnectionValidationSummary model)
-
-