Class Template.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.Template.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Template.Builder
applicationVersion(Integer applicationVersion)
The application’s version.Template
build()
Template.Builder
compartmentId(String compartmentId)
OCID of the compartment that this resource belongs to.Template.Builder
copy(Template model)
Template.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.Template.Builder
dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata)
A list of dependent objects in this patch.Template.Builder
description(String description)
Detailed description for the object.Template.Builder
displayName(String displayName)
Free form text without any restriction on permitted characters.Template.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Template.Builder
id(String id)
OCID of the resource that is used to uniquely identify the applicationTemplate.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.Template.Builder
key(String key)
Generated key that can be used in API calls to identify application.Template.Builder
keyMap(Map<String,String> keyMap)
A key map.Template.Builder
lifecycleState(Template.LifecycleState lifecycleState)
The current state of the workspace.Template.Builder
metadata(ObjectMetadata metadata)
Template.Builder
modelType(String modelType)
The object type.Template.Builder
modelVersion(String modelVersion)
The object’s model version.Template.Builder
name(String name)
Free form text without any restriction on permitted characters.Template.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Template.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.Template.Builder
parentRef(ParentReference parentRef)
Template.Builder
publishedObjectMetadata(Map<String,PatchObjectMetadata> publishedObjectMetadata)
A list of objects that are published or unpublished in this patch.Template.Builder
sourceApplicationInfo(SourceApplicationInfo sourceApplicationInfo)
Template.Builder
timeCreated(Date timeCreated)
The date and time the application was created, in the timestamp format defined by RFC3339.Template.Builder
timePatched(Date timePatched)
The date and time the application was patched, in the timestamp format defined by RFC3339.Template.Builder
timeUpdated(Date timeUpdated)
The date and time the application was updated, in the timestamp format defined by RFC3339.
-
-
-
Method Detail
-
key
public Template.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
-
modelType
public Template.Builder modelType(String modelType)
The object type.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public Template.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
name
public Template.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
-
description
public Template.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
applicationVersion
public Template.Builder applicationVersion(Integer applicationVersion)
The application’s version.- Parameters:
applicationVersion
- the value to set- Returns:
- this builder
-
objectStatus
public Template.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
-
identifier
public Template.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
-
parentRef
public Template.Builder parentRef(ParentReference parentRef)
-
objectVersion
public Template.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
-
dependentObjectMetadata
public Template.Builder dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata)
A list of dependent objects in this patch.- Parameters:
dependentObjectMetadata
- the value to set- Returns:
- this builder
-
publishedObjectMetadata
public Template.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
-
sourceApplicationInfo
public Template.Builder sourceApplicationInfo(SourceApplicationInfo sourceApplicationInfo)
-
timePatched
public Template.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
-
id
public Template.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
-
compartmentId
public Template.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
-
displayName
public Template.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
-
timeCreated
public Template.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
-
timeUpdated
public Template.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
-
freeformTags
public Template.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
-
definedTags
public Template.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
-
lifecycleState
public Template.Builder lifecycleState(Template.LifecycleState lifecycleState)
The current state of the workspace.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
metadata
public Template.Builder metadata(ObjectMetadata metadata)
-
keyMap
public Template.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
-
build
public Template build()
-
copy
public Template.Builder copy(Template model)
-
-