Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Namespace |
build() |
Namespace.Builder |
copy(Namespace model) |
Namespace.Builder |
createdById(String createdById)
OCID of the user who created the namespace.
|
Namespace.Builder |
description(String description)
Description for the namespace
|
Namespace.Builder |
displayName(String displayName)
Name of the Namespace
|
Namespace.Builder |
isServiceDefined(Boolean isServiceDefined)
If this field is defined by service or by a user
|
Namespace.Builder |
key(String key)
Unique namespace key that is immutable.
|
Namespace.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the namespace.
|
Namespace.Builder |
timeCreated(Date timeCreated)
The date and time the namespace was created, in the format defined by
RFC3339.
|
Namespace.Builder |
timeUpdated(Date timeUpdated)
The last time that any change was made to the namespace.
|
Namespace.Builder |
updatedById(String updatedById)
OCID of the user who last modified the namespace.
|
public Namespace.Builder key(String key)
Unique namespace key that is immutable.
key
- the value to setpublic Namespace.Builder displayName(String displayName)
Name of the Namespace
displayName
- the value to setpublic Namespace.Builder description(String description)
Description for the namespace
description
- the value to setpublic Namespace.Builder isServiceDefined(Boolean isServiceDefined)
If this field is defined by service or by a user
isServiceDefined
- the value to setpublic Namespace.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the namespace.
lifecycleState
- the value to setpublic 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
timeCreated
- the value to setpublic Namespace.Builder timeUpdated(Date timeUpdated)
The last time that any change was made to the namespace. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic Namespace.Builder createdById(String createdById)
OCID of the user who created the namespace.
createdById
- the value to setpublic Namespace.Builder updatedById(String updatedById)
OCID of the user who last modified the namespace.
updatedById
- the value to setpublic Namespace build()
public Namespace.Builder copy(Namespace model)
Copyright © 2016–2024. All rights reserved.