@Stability(value=Experimental) public static final class KeyGroupProps.Builder extends Object implements software.amazon.jsii.Builder<KeyGroupProps>
KeyGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeyGroupProps |
build()
Builds the configured instance.
|
KeyGroupProps.Builder |
comment(String comment)
Sets the value of
KeyGroupProps.getComment() |
KeyGroupProps.Builder |
items(List<? extends IPublicKey> items)
Sets the value of
KeyGroupProps.getItems() |
KeyGroupProps.Builder |
keyGroupName(String keyGroupName)
Sets the value of
KeyGroupProps.getKeyGroupName() |
@Stability(value=Experimental) public KeyGroupProps.Builder items(List<? extends IPublicKey> items)
KeyGroupProps.getItems()items - A list of public keys to add to the key group. This parameter is required.this@Stability(value=Experimental) public KeyGroupProps.Builder comment(String comment)
KeyGroupProps.getComment()comment - A comment to describe the key group.this@Stability(value=Experimental) public KeyGroupProps.Builder keyGroupName(String keyGroupName)
KeyGroupProps.getKeyGroupName()keyGroupName - A name to identify the key group.this@Stability(value=Experimental) public KeyGroupProps build()
build in interface software.amazon.jsii.Builder<KeyGroupProps>KeyGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.