public static class NamespaceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NamespaceSummary |
build() |
NamespaceSummary.Builder |
copy(NamespaceSummary model) |
NamespaceSummary.Builder |
description(String description)
Detailed description of the namespace.
|
NamespaceSummary.Builder |
displayName(String displayName)
Name of the namespace
|
NamespaceSummary.Builder |
isServiceDefined(Boolean isServiceDefined)
If this field is defined by service or by a user
|
NamespaceSummary.Builder |
key(String key)
Unique namespace key that is immutable.
|
NamespaceSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the namespace.
|
NamespaceSummary.Builder |
timeCreated(Date timeCreated)
The date and time the namespace was created, in the format defined by
RFC3339.
|
public NamespaceSummary.Builder key(String key)
Unique namespace key that is immutable.
key
- the value to setpublic NamespaceSummary.Builder displayName(String displayName)
Name of the namespace
displayName
- the value to setpublic NamespaceSummary.Builder description(String description)
Detailed description of the namespace.
description
- the value to setpublic NamespaceSummary.Builder isServiceDefined(Boolean isServiceDefined)
If this field is defined by service or by a user
isServiceDefined
- the value to setpublic NamespaceSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the namespace.
lifecycleState
- the value to setpublic NamespaceSummary.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 NamespaceSummary build()
public NamespaceSummary.Builder copy(NamespaceSummary model)
Copyright © 2016–2024. All rights reserved.