Class Application.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Application.Builder
 
- 
- Enclosing class:
- Application
 
 public static class Application.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Application.BuilderapplicationVersion(Integer applicationVersion)The application’s version.Applicationbuild()Application.BuildercompartmentId(String compartmentId)OCID of the compartment that this resource belongs to.Application.Buildercopy(Application model)Application.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.Application.BuilderdependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata)A list of dependent objects in this patch.Application.Builderdescription(String description)Detailed description for the object.Application.BuilderdisplayName(String displayName)Free form text without any restriction on permitted characters.Application.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.Application.Builderid(String id)OCID of the resource that is used to uniquely identify the applicationApplication.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.Application.Builderkey(String key)Generated key that can be used in API calls to identify application.Application.BuilderkeyMap(Map<String,String> keyMap)A key map.Application.BuilderlifecycleState(Application.LifecycleState lifecycleState)The current state of the workspace.Application.Buildermetadata(ObjectMetadata metadata)Application.BuildermodelType(String modelType)The object type.Application.BuildermodelVersion(String modelVersion)The object’s model version.Application.Buildername(String name)Free form text without any restriction on permitted characters.Application.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Application.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.Application.BuilderparentRef(ParentReference parentRef)Application.BuilderpublishedObjectMetadata(Map<String,PatchObjectMetadata> publishedObjectMetadata)A list of objects that are published or unpublished in this patch.Application.BuildersourceApplicationInfo(SourceApplicationInfo sourceApplicationInfo)Application.BuildertimeCreated(Date timeCreated)The date and time the application was created, in the timestamp format defined by RFC3339.Application.BuildertimePatched(Date timePatched)The date and time the application was patched, in the timestamp format defined by RFC3339.Application.BuildertimeUpdated(Date timeUpdated)The date and time the application was updated, in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
keypublic Application.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 Application.Builder modelType(String modelType) The object type.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic Application.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
namepublic Application.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 Application.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
applicationVersionpublic Application.Builder applicationVersion(Integer applicationVersion) The application’s version.- Parameters:
- applicationVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic Application.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 Application.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 Application.Builder parentRef(ParentReference parentRef) 
 - 
objectVersionpublic Application.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
 
 - 
dependentObjectMetadatapublic Application.Builder dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata) A list of dependent objects in this patch.- Parameters:
- dependentObjectMetadata- the value to set
- Returns:
- this builder
 
 - 
publishedObjectMetadatapublic Application.Builder publishedObjectMetadata(Map<String,PatchObjectMetadata> publishedObjectMetadata) A list of objects that are published or unpublished in this patch.- Parameters:
- publishedObjectMetadata- the value to set
- Returns:
- this builder
 
 - 
sourceApplicationInfopublic Application.Builder sourceApplicationInfo(SourceApplicationInfo sourceApplicationInfo) 
 - 
timePatchedpublic Application.Builder timePatched(Date timePatched) The date and time the application was patched, in the timestamp format defined by RFC3339.- Parameters:
- timePatched- the value to set
- Returns:
- this builder
 
 - 
idpublic Application.Builder id(String id) OCID of the resource that is used to uniquely identify the application- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Application.Builder compartmentId(String compartmentId) OCID of the compartment that this resource belongs to.Defaults to compartment of the Workspace. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic Application.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
 
 - 
timeCreatedpublic Application.Builder timeCreated(Date timeCreated) The date and time the application was created, in the timestamp format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Application.Builder timeUpdated(Date timeUpdated) The date and time the application was updated, in the timestamp format defined by RFC3339.example: 2019-08-25T21:10:29.41Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic Application.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 Application.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 Application.Builder lifecycleState(Application.LifecycleState lifecycleState) The current state of the workspace.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
metadatapublic Application.Builder metadata(ObjectMetadata metadata) 
 - 
keyMappublic Application.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 Application build() 
 - 
copypublic Application.Builder copy(Application model) 
 
- 
 
-