Package com.oracle.bmc.datacatalog.model
Class Namespace.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.Namespace.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Namespacebuild()Namespace.Buildercopy(Namespace model)Namespace.BuildercreatedById(String createdById)OCID of the user who created the namespace.Namespace.Builderdescription(String description)Description for the namespaceNamespace.BuilderdisplayName(String displayName)Name of the NamespaceNamespace.BuilderisServiceDefined(Boolean isServiceDefined)If this field is defined by service or by a userNamespace.Builderkey(String key)Unique namespace key that is immutable.Namespace.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the namespace.Namespace.BuildertimeCreated(Date timeCreated)The date and time the namespace was created, in the format defined by RFC3339.Namespace.BuildertimeUpdated(Date timeUpdated)The last time that any change was made to the namespace.Namespace.BuilderupdatedById(String updatedById)OCID of the user who last modified the namespace.
 
- 
- 
- 
Method Detail- 
keypublic Namespace.Builder key(String key) Unique namespace key that is immutable.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic Namespace.Builder displayName(String displayName) Name of the Namespace- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Namespace.Builder description(String description) Description for the namespace- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
isServiceDefinedpublic Namespace.Builder isServiceDefined(Boolean isServiceDefined) If this field is defined by service or by a user- Parameters:
- isServiceDefined- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Namespace.Builder lifecycleState(LifecycleState lifecycleState) The current state of the namespace.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Namespace.Builder timeCreated(Date timeCreated) The date and time the namespace was created, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Namespace.Builder timeUpdated(Date timeUpdated) The last time that any change was made to the namespace.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
createdByIdpublic Namespace.Builder createdById(String createdById) OCID of the user who created the namespace.- Parameters:
- createdById- the value to set
- Returns:
- this builder
 
 - 
updatedByIdpublic Namespace.Builder updatedById(String updatedById) OCID of the user who last modified the namespace.- Parameters:
- updatedById- the value to set
- Returns:
- this builder
 
 - 
buildpublic Namespace build() 
 - 
copypublic Namespace.Builder copy(Namespace model) 
 
- 
 
-