Modifier and Type | Method and Description |
---|---|
KeyGroup |
build() |
KeyGroup.Builder |
comment(java.lang.String comment)
A comment to describe the key group.
|
static KeyGroup.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
KeyGroup.Builder |
items(java.util.List<? extends IPublicKey> items)
A list of public keys to add to the key group.
|
KeyGroup.Builder |
keyGroupName(java.lang.String keyGroupName)
A name to identify the key group.
|
public static KeyGroup.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.KeyGroup.Builder
.public KeyGroup.Builder items(java.util.List<? extends IPublicKey> items)
items
- A list of public keys to add to the key group. This parameter is required.this
public KeyGroup.Builder comment(java.lang.String comment)
Default: - no comment
comment
- A comment to describe the key group. This parameter is required.this
public KeyGroup.Builder keyGroupName(java.lang.String keyGroupName)
Default: - generated from the `id`
keyGroupName
- A name to identify the key group. This parameter is required.this
public KeyGroup build()