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