Class Patch.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Patch.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Patch.BuilderapplicationVersion(Integer applicationVersion)The application version of the patch.Patchbuild()Patch.Buildercopy(Patch model)Patch.BuilderdependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata)List of dependent objects in this patch.Patch.Builderdescription(String description)Detailed description for the object.Patch.BuildererrorMessages(Map<String,String> errorMessages)The errors encountered while applying the patch, if any.Patch.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.Patch.Builderkey(String key)The object key.Patch.BuilderkeyMap(Map<String,String> keyMap)A key map.Patch.Buildermetadata(ObjectMetadata metadata)Patch.BuildermodelType(String modelType)The object type.Patch.BuildermodelVersion(String modelVersion)The object’s model version.Patch.Buildername(String name)Free form text without any restriction on permitted characters.Patch.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Patch.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.Patch.BuilderparentRef(ParentReference parentRef)Patch.BuilderpatchObjectMetadata(List<PatchObjectMetadata> patchObjectMetadata)List of objects that are published or unpublished in this patch.Patch.BuilderpatchStatus(Patch.PatchStatus patchStatus)Status of the patch applied or being applied on the applicationPatch.BuilderpatchType(Patch.PatchType patchType)The type of the patch applied or being applied on the application.Patch.BuildertimePatched(Date timePatched)The date and time the patch was applied, in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
keypublic Patch.Builder key(String key) The object key.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic Patch.Builder modelType(String modelType) The object type.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic Patch.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
namepublic Patch.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 Patch.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic Patch.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 Patch.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 Patch.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
 
 - 
timePatchedpublic Patch.Builder timePatched(Date timePatched) The date and time the patch was applied, in the timestamp format defined by RFC3339.- Parameters:
- timePatched- the value to set
- Returns:
- this builder
 
 - 
errorMessagespublic Patch.Builder errorMessages(Map<String,String> errorMessages) The errors encountered while applying the patch, if any.- Parameters:
- errorMessages- the value to set
- Returns:
- this builder
 
 - 
applicationVersionpublic Patch.Builder applicationVersion(Integer applicationVersion) The application version of the patch.- Parameters:
- applicationVersion- the value to set
- Returns:
- this builder
 
 - 
patchTypepublic Patch.Builder patchType(Patch.PatchType patchType) The type of the patch applied or being applied on the application.- Parameters:
- patchType- the value to set
- Returns:
- this builder
 
 - 
patchStatuspublic Patch.Builder patchStatus(Patch.PatchStatus patchStatus) Status of the patch applied or being applied on the application- Parameters:
- patchStatus- the value to set
- Returns:
- this builder
 
 - 
dependentObjectMetadatapublic Patch.Builder dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata) List of dependent objects in this patch.- Parameters:
- dependentObjectMetadata- the value to set
- Returns:
- this builder
 
 - 
patchObjectMetadatapublic Patch.Builder patchObjectMetadata(List<PatchObjectMetadata> patchObjectMetadata) List of objects that are published or unpublished in this patch.- Parameters:
- patchObjectMetadata- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic Patch.Builder parentRef(ParentReference parentRef) 
 - 
metadatapublic Patch.Builder metadata(ObjectMetadata metadata) 
 - 
keyMappublic Patch.Builder keyMap(Map<String,String> keyMap) A key map.If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key. - Parameters:
- keyMap- the value to set
- Returns:
- this builder
 
 - 
buildpublic Patch build() 
 - 
copypublic Patch.Builder copy(Patch model) 
 
- 
 
-