Class DetailedDescription.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.DetailedDescription.Builder
-
- Enclosing class:
- DetailedDescription
public static class DetailedDescription.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailedDescription
build()
DetailedDescription.Builder
copy(DetailedDescription model)
DetailedDescription.Builder
detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.DetailedDescription.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.DetailedDescription.Builder
key(String key)
Generated key that can be used in API calls to identify task.DetailedDescription.Builder
logo(String logo)
Base64 encoded image to represent logo of the object.DetailedDescription.Builder
metadata(ObjectMetadata metadata)
DetailedDescription.Builder
modelType(DetailedDescription.ModelType modelType)
The type of the published object.DetailedDescription.Builder
modelVersion(String modelVersion)
The object’s model version.DetailedDescription.Builder
name(String name)
Free form text without any restriction on permitted characters.DetailedDescription.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.DetailedDescription.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.DetailedDescription.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
modelType
public DetailedDescription.Builder modelType(DetailedDescription.ModelType modelType)
The type of the published object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
key
public DetailedDescription.Builder key(String key)
Generated key that can be used in API calls to identify task.On scenarios where reference to the task is needed, a value can be passed in create.
- Parameters:
key
- the value to set- Returns:
- this builder
-
modelVersion
public DetailedDescription.Builder modelVersion(String modelVersion)
The object’s model version.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public DetailedDescription.Builder parentRef(ParentReference parentRef)
-
name
public DetailedDescription.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
-
objectVersion
public DetailedDescription.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
-
objectStatus
public DetailedDescription.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 DetailedDescription.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
-
metadata
public DetailedDescription.Builder metadata(ObjectMetadata metadata)
-
logo
public DetailedDescription.Builder logo(String logo)
Base64 encoded image to represent logo of the object.- Parameters:
logo
- the value to set- Returns:
- this builder
-
detailedDescription
public DetailedDescription.Builder detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.- Parameters:
detailedDescription
- the value to set- Returns:
- this builder
-
build
public DetailedDescription build()
-
copy
public DetailedDescription.Builder copy(DetailedDescription model)
-
-