public static interface KeyGroupConfig.Builder extends SdkPojo, CopyableBuilder<KeyGroupConfig.Builder,KeyGroupConfig>
| Modifier and Type | Method and Description |
|---|---|
KeyGroupConfig.Builder |
comment(String comment)
A comment to describe the key group.
|
KeyGroupConfig.Builder |
items(Collection<String> items)
A list of the identifiers of the public keys in the key group.
|
KeyGroupConfig.Builder |
items(String... items)
A list of the identifiers of the public keys in the key group.
|
KeyGroupConfig.Builder |
name(String name)
A name to identify the key group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyGroupConfig.Builder name(String name)
A name to identify the key group.
name - A name to identify the key group.KeyGroupConfig.Builder items(Collection<String> items)
A list of the identifiers of the public keys in the key group.
items - A list of the identifiers of the public keys in the key group.KeyGroupConfig.Builder items(String... items)
A list of the identifiers of the public keys in the key group.
items - A list of the identifiers of the public keys in the key group.KeyGroupConfig.Builder comment(String comment)
A comment to describe the key group. The comment cannot be longer than 128 characters.
comment - A comment to describe the key group. The comment cannot be longer than 128 characters.Copyright © 2021. All rights reserved.