Class ConnectionValidation.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.ConnectionValidation.Builder
 
- 
- Enclosing class:
- ConnectionValidation
 
 public static class ConnectionValidation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionValidationbuild()ConnectionValidation.Buildercopy(ConnectionValidation model)ConnectionValidation.Builderdescription(String description)Detailed description for the object.ConnectionValidation.Builderidentifier(String identifier)Value can only contain upper case letters, underscore and numbers.ConnectionValidation.Builderkey(String key)Objects will use a 36 character key as unique ID.ConnectionValidation.Buildermetadata(ObjectMetadata metadata)ConnectionValidation.BuildermodelType(String modelType)The type of the object.ConnectionValidation.BuildermodelVersion(String modelVersion)The model version of an object.ConnectionValidation.Buildername(String name)Free form text without any restriction on permitted characters.ConnectionValidation.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.ConnectionValidation.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.ConnectionValidation.BuilderparentRef(ParentReference parentRef)ConnectionValidation.BuildervalidationMessage(Message validationMessage)
 
- 
- 
- 
Method Detail- 
validationMessagepublic ConnectionValidation.Builder validationMessage(Message validationMessage) 
 - 
keypublic 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
 
 - 
modelTypepublic ConnectionValidation.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic ConnectionValidation.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic ConnectionValidation.Builder parentRef(ParentReference parentRef) 
 - 
namepublic 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
 
 - 
descriptionpublic ConnectionValidation.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic 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
 
 - 
objectStatuspublic 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
 
 - 
identifierpublic 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
 
 - 
metadatapublic ConnectionValidation.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic ConnectionValidation build() 
 - 
copypublic ConnectionValidation.Builder copy(ConnectionValidation model) 
 
- 
 
-