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, sdkFields
copy
applyMutation, build
KeyGroupConfig.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.
comment
- A comment to describe the key group.Copyright © 2021. All rights reserved.