Class AddScopeRequest.Builder
Object
Builder
- Enclosing class:
AddScopeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.communityIds
(List<UUID> communityIds) The list of IDs for communities assigned to the new scope.description
(String description) The description of the new scope.The list of IDs for domains assigned to the new scope.The ID of the new scope.Required. The name of the new scope.The public id that will be assigned to the new Scope.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddScopeRequest.builder()
Clone method for this Builder. -
id
The ID of the new scope. Should be unique within all scopes. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-
which is a reserved prefix.- Returns:
this
.
-
publicId
The public id that will be assigned to the new Scope.It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C". If no public id is provided, a valid public id will be generated.
- Returns:
this
.
-
name
Required. The name of the new scope.- Returns:
this
.
-
description
The description of the new scope.- Returns:
this
.
-
domainIds
The list of IDs for domains assigned to the new scope.- Returns:
this
.
-
communityIds
The list of IDs for communities assigned to the new scope.- Returns:
this
.
-
build
-
toString
-