Class UpdateApplicationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.UpdateApplicationDetails.Builder
-
- Enclosing class:
- UpdateApplicationDetails
public static class UpdateApplicationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateApplicationDetails.Builder
applicationVersion(Integer applicationVersion)
versionUpdateApplicationDetails
build()
UpdateApplicationDetails.Builder
copy(UpdateApplicationDetails model)
UpdateApplicationDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.UpdateApplicationDetails.Builder
description(String description)
Detailed description for the object.UpdateApplicationDetails.Builder
displayName(String displayName)
Free form text without any restriction on permitted characters.UpdateApplicationDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateApplicationDetails.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.UpdateApplicationDetails.Builder
key(String key)
Generated key that can be used in API calls to identify application.UpdateApplicationDetails.Builder
lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.UpdateApplicationDetails.Builder
metadata(ObjectMetadata metadata)
UpdateApplicationDetails.Builder
modelType(String modelType)
The object type.UpdateApplicationDetails.Builder
modelVersion(String modelVersion)
The object’s model version.UpdateApplicationDetails.Builder
name(String name)
Free form text without any restriction on permitted characters.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.UpdateApplicationDetails.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.UpdateApplicationDetails.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public 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
-
modelType
public UpdateApplicationDetails.Builder modelType(String modelType)
The object type.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public UpdateApplicationDetails.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
name
public 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
-
description
public UpdateApplicationDetails.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
applicationVersion
public UpdateApplicationDetails.Builder applicationVersion(Integer applicationVersion)
version- Parameters:
applicationVersion
- the value to set- Returns:
- this builder
-
objectStatus
public 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
-
identifier
public 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
-
parentRef
public UpdateApplicationDetails.Builder parentRef(ParentReference parentRef)
-
objectVersion
public 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
-
metadata
public UpdateApplicationDetails.Builder metadata(ObjectMetadata metadata)
-
displayName
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
lifecycleState
public UpdateApplicationDetails.Builder lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public UpdateApplicationDetails build()
-
copy
public UpdateApplicationDetails.Builder copy(UpdateApplicationDetails model)
-
-