Namespace.Builder |
Namespace.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
|
static Namespace.Builder |
Namespace.builder() |
|
Namespace.Builder |
Namespace.Builder.createDate(Instant createDate) |
The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC).
|
Namespace.Builder |
Namespace.Builder.creatorRequestId(String creatorRequestId) |
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running an operation twice.
|
Namespace.Builder |
Namespace.Builder.description(String description) |
The description that you specify for the namespace when you create it.
|
Namespace.Builder |
Namespace.Builder.id(String id) |
The ID of a namespace.
|
Namespace.Builder |
Namespace.Builder.name(String name) |
The name of the namespace, such as example.com.
|
default Namespace.Builder |
Namespace.Builder.properties(Consumer<NamespaceProperties.Builder> properties) |
A complex type that contains information that's specific to the type of the namespace.
|
Namespace.Builder |
Namespace.Builder.properties(NamespaceProperties properties) |
A complex type that contains information that's specific to the type of the namespace.
|
Namespace.Builder |
Namespace.Builder.serviceCount(Integer serviceCount) |
The number of services that are associated with the namespace.
|
Namespace.Builder |
Namespace.toBuilder() |
|
Namespace.Builder |
Namespace.Builder.type(String type) |
The type of the namespace.
|
Namespace.Builder |
Namespace.Builder.type(NamespaceType type) |
The type of the namespace.
|