@Stability(value=Stable) public static final class KeyContextQuery.Builder extends Object implements software.amazon.jsii.Builder<KeyContextQuery>
KeyContextQuery| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeyContextQuery.Builder |
account(String account)
Sets the value of
KeyContextQuery.getAccount() |
KeyContextQuery.Builder |
aliasName(String aliasName)
Sets the value of
KeyContextQuery.getAliasName() |
KeyContextQuery |
build()
Builds the configured instance.
|
KeyContextQuery.Builder |
lookupRoleArn(String lookupRoleArn)
Sets the value of
KeyContextQuery.getLookupRoleArn() |
KeyContextQuery.Builder |
region(String region)
Sets the value of
KeyContextQuery.getRegion() |
@Stability(value=Stable) public KeyContextQuery.Builder account(String account)
KeyContextQuery.getAccount()account - Query account. This parameter is required.this@Stability(value=Stable) public KeyContextQuery.Builder aliasName(String aliasName)
KeyContextQuery.getAliasName()aliasName - Alias name used to search the Key. This parameter is required.this@Stability(value=Stable) public KeyContextQuery.Builder region(String region)
KeyContextQuery.getRegion()region - Query region. This parameter is required.this@Stability(value=Stable) public KeyContextQuery.Builder lookupRoleArn(String lookupRoleArn)
KeyContextQuery.getLookupRoleArn()lookupRoleArn - The ARN of the role that should be used to look up the missing values.this@Stability(value=Stable) public KeyContextQuery build()
build in interface software.amazon.jsii.Builder<KeyContextQuery>KeyContextQueryNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.