public static final class KeyLookupOptions.Builder
extends java.lang.Object
KeyLookupOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KeyLookupOptions.Builder |
aliasName(java.lang.String aliasName)
Sets the value of
KeyLookupOptions.getAliasName() |
KeyLookupOptions |
build()
Builds the configured instance.
|
public KeyLookupOptions.Builder aliasName(java.lang.String aliasName)
KeyLookupOptions.getAliasName()
aliasName
- The alias name of the Key. This parameter is required.this
public KeyLookupOptions build()
KeyLookupOptions
java.lang.NullPointerException
- if any required attribute was not provided