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