Class UpdateApplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateApplicationDetails.Builder
 
- 
- Enclosing class:
- UpdateApplicationDetails
 
 public static class UpdateApplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateApplicationDetails.BuilderapplicationVersion(Integer applicationVersion)versionUpdateApplicationDetailsbuild()UpdateApplicationDetails.Buildercopy(UpdateApplicationDetails model)UpdateApplicationDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.UpdateApplicationDetails.Builderdescription(String description)Detailed description for the object.UpdateApplicationDetails.BuilderdisplayName(String displayName)Free form text without any restriction on permitted characters.UpdateApplicationDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateApplicationDetails.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.UpdateApplicationDetails.Builderkey(String key)Generated key that can be used in API calls to identify application.UpdateApplicationDetails.BuilderlifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)The current state of the workspace.UpdateApplicationDetails.Buildermetadata(ObjectMetadata metadata)UpdateApplicationDetails.BuildermodelType(String modelType)The object type.UpdateApplicationDetails.BuildermodelVersion(String modelVersion)The object’s model version.UpdateApplicationDetails.Buildername(String name)Free form text without any restriction on permitted characters.UpdateApplicationDetails.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.UpdateApplicationDetails.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.UpdateApplicationDetails.BuilderparentRef(ParentReference parentRef)
 
- 
- 
- 
Method Detail- 
keypublic UpdateApplicationDetails.Builder key(String key) Generated key that can be used in API calls to identify application.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic UpdateApplicationDetails.Builder modelType(String modelType) The object type.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic UpdateApplicationDetails.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
namepublic UpdateApplicationDetails.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 UpdateApplicationDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
applicationVersionpublic UpdateApplicationDetails.Builder applicationVersion(Integer applicationVersion) version- Parameters:
- applicationVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic UpdateApplicationDetails.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 UpdateApplicationDetails.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
 
 - 
parentRefpublic UpdateApplicationDetails.Builder parentRef(ParentReference parentRef) 
 - 
objectVersionpublic UpdateApplicationDetails.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
 
 - 
metadatapublic UpdateApplicationDetails.Builder metadata(ObjectMetadata metadata) 
 - 
displayNamepublic UpdateApplicationDetails.Builder displayName(String displayName) 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:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateApplicationDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateApplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UpdateApplicationDetails.Builder lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState) The current state of the workspace.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateApplicationDetails build() 
 - 
copypublic UpdateApplicationDetails.Builder copy(UpdateApplicationDetails model) 
 
- 
 
-