Class CreateDisApplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.CreateDisApplicationDetails.Builder
 
- 
- Enclosing class:
- CreateDisApplicationDetails
 
 public static class CreateDisApplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateDisApplicationDetails.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
 
 - 
keypublic CreateDisApplicationDetails.Builder key(String key) Currently not used on application creation.Reserved for future. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic CreateDisApplicationDetails.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic CreateDisApplicationDetails.Builder modelType(CreateDisApplicationDetails.ModelType modelType) The type of the application.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
namepublic CreateDisApplicationDetails.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 CreateDisApplicationDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic CreateDisApplicationDetails.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 CreateDisApplicationDetails.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
 
 - 
displayNamepublic CreateDisApplicationDetails.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 CreateDisApplicationDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateDisApplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic CreateDisApplicationDetails.Builder lifecycleState(CreateDisApplicationDetails.LifecycleState lifecycleState) The current state of the workspace.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
sourceApplicationInfopublic CreateDisApplicationDetails.Builder sourceApplicationInfo(CreateSourceApplicationInfo sourceApplicationInfo) 
 - 
registryMetadatapublic CreateDisApplicationDetails.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
buildpublic CreateDisApplicationDetails build() 
 - 
copypublic CreateDisApplicationDetails.Builder copy(CreateDisApplicationDetails model) 
 
- 
 
-