@Stability(value=Stable) public static final class KeyLookupOptions.Builder extends Object implements software.amazon.jsii.Builder<KeyLookupOptions>
KeyLookupOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeyLookupOptions.Builder |
aliasName(String aliasName)
Sets the value of
KeyLookupOptions.getAliasName() |
KeyLookupOptions |
build()
Builds the configured instance.
|
@Stability(value=Stable) public KeyLookupOptions.Builder aliasName(String aliasName)
KeyLookupOptions.getAliasName()aliasName - The alias name of the Key. This parameter is required.this@Stability(value=Stable) public KeyLookupOptions build()
build in interface software.amazon.jsii.Builder<KeyLookupOptions>KeyLookupOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.