| Modifier and Type | Method and Description |
|---|---|
KeyGroup |
build() |
KeyGroup.Builder |
comment(String comment)
A comment to describe the key group.
|
static KeyGroup.Builder |
create(software.constructs.Construct scope,
String id) |
KeyGroup.Builder |
items(List<? extends IPublicKey> items)
A list of public keys to add to the key group.
|
KeyGroup.Builder |
keyGroupName(String keyGroupName)
A name to identify the key group.
|
@Stability(value=Stable) public static KeyGroup.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.KeyGroup.Builder.@Stability(value=Stable) public KeyGroup.Builder items(List<? extends IPublicKey> items)
items - A list of public keys to add to the key group. This parameter is required.this@Stability(value=Stable) public KeyGroup.Builder comment(String comment)
Default: - no comment
comment - A comment to describe the key group. This parameter is required.this@Stability(value=Stable) public KeyGroup.Builder keyGroupName(String keyGroupName)
Default: - generated from the `id`
keyGroupName - A name to identify the key group. This parameter is required.thisCopyright © 2022. All rights reserved.