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