public static class TypeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TypeSummary |
build() |
TypeSummary.Builder |
catalogId(String catalogId)
The data catalog’s OCID.
|
TypeSummary.Builder |
copy(TypeSummary model) |
TypeSummary.Builder |
description(String description)
Detailed description of the type.
|
TypeSummary.Builder |
key(String key)
Unique type key that is immutable.
|
TypeSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the folder.
|
TypeSummary.Builder |
name(String name)
The immutable name of the type.
|
TypeSummary.Builder |
parentTypeKey(String parentTypeKey)
Unique key of the parent type.
|
TypeSummary.Builder |
parentTypeName(String parentTypeName)
Name of the parent type.
|
TypeSummary.Builder |
typeCategory(String typeCategory)
Indicates the category this type belongs to.
|
TypeSummary.Builder |
uri(String uri)
URI to the type instance in the API.
|
public TypeSummary.Builder key(String key)
Unique type key that is immutable.
key
- the value to setpublic TypeSummary.Builder name(String name)
The immutable name of the type.
name
- the value to setpublic TypeSummary.Builder description(String description)
Detailed description of the type.
description
- the value to setpublic TypeSummary.Builder catalogId(String catalogId)
The data catalog’s OCID.
catalogId
- the value to setpublic TypeSummary.Builder typeCategory(String typeCategory)
Indicates the category this type belongs to. For instance, data assets, connections.
typeCategory
- the value to setpublic TypeSummary.Builder uri(String uri)
URI to the type instance in the API.
uri
- the value to setpublic TypeSummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the folder.
lifecycleState
- the value to setpublic TypeSummary.Builder parentTypeKey(String parentTypeKey)
Unique key of the parent type.
parentTypeKey
- the value to setpublic TypeSummary.Builder parentTypeName(String parentTypeName)
Name of the parent type.
parentTypeName
- the value to setpublic TypeSummary build()
public TypeSummary.Builder copy(TypeSummary model)
Copyright © 2016–2025. All rights reserved.