@Stability(value=Stable) public static final class CfnKeyGroup.KeyGroupConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnKeyGroup.KeyGroupConfigProperty>
CfnKeyGroup.KeyGroupConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnKeyGroup.KeyGroupConfigProperty |
build()
Builds the configured instance.
|
CfnKeyGroup.KeyGroupConfigProperty.Builder |
comment(String comment)
Sets the value of
CfnKeyGroup.KeyGroupConfigProperty.getComment() |
CfnKeyGroup.KeyGroupConfigProperty.Builder |
items(List<String> items)
Sets the value of
CfnKeyGroup.KeyGroupConfigProperty.getItems() |
CfnKeyGroup.KeyGroupConfigProperty.Builder |
name(String name)
Sets the value of
CfnKeyGroup.KeyGroupConfigProperty.getName() |
@Stability(value=Stable) public CfnKeyGroup.KeyGroupConfigProperty.Builder items(List<String> items)
CfnKeyGroup.KeyGroupConfigProperty.getItems()items - A list of the identifiers of the public keys in the key group. This parameter is required.this@Stability(value=Stable) public CfnKeyGroup.KeyGroupConfigProperty.Builder name(String name)
CfnKeyGroup.KeyGroupConfigProperty.getName()name - A name to identify the key group. This parameter is required.this@Stability(value=Stable) public CfnKeyGroup.KeyGroupConfigProperty.Builder comment(String comment)
CfnKeyGroup.KeyGroupConfigProperty.getComment()comment - A comment to describe the key group.
The comment cannot be longer than 128 characters.this@Stability(value=Stable) public CfnKeyGroup.KeyGroupConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnKeyGroup.KeyGroupConfigProperty>CfnKeyGroup.KeyGroupConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.