public static interface CreateAliasRequest.Builder extends PaymentCryptographyRequest.Builder, SdkPojo, CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest.Builder |
aliasName(String aliasName)
A friendly name that you can use to refer a key.
|
CreateAliasRequest.Builder |
keyArn(String keyArn)
The
KeyARN of the key to associate with the alias. |
CreateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAliasRequest.Builder aliasName(String aliasName)
A friendly name that you can use to refer a key. An alias must begin with alias/ followed by a
name, for example alias/ExampleAlias. It can contain only alphanumeric characters, forward
slashes (/), underscores (_), and dashes (-).
Don't include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
aliasName - A friendly name that you can use to refer a key. An alias must begin with alias/ followed
by a name, for example alias/ExampleAlias. It can contain only alphanumeric characters,
forward slashes (/), underscores (_), and dashes (-). Don't include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
CreateAliasRequest.Builder keyArn(String keyArn)
The KeyARN of the key to associate with the alias.
keyArn - The KeyARN of the key to associate with the alias.CreateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.