public static interface PublicKeyConfig.Builder extends SdkPojo, CopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>
| Modifier and Type | Method and Description |
|---|---|
PublicKeyConfig.Builder |
callerReference(String callerReference)
A string included in the request to help make sure that the request can’t be replayed.
|
PublicKeyConfig.Builder |
comment(String comment)
A comment to describe the public key.
|
PublicKeyConfig.Builder |
encodedKey(String encodedKey)
The public key that you can use with signed URLs and
signed cookies, or with field-level encryption.
|
PublicKeyConfig.Builder |
name(String name)
A name to help identify the public key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicKeyConfig.Builder callerReference(String callerReference)
A string included in the request to help make sure that the request can’t be replayed.
callerReference - A string included in the request to help make sure that the request can’t be replayed.PublicKeyConfig.Builder name(String name)
A name to help identify the public key.
name - A name to help identify the public key.PublicKeyConfig.Builder encodedKey(String encodedKey)
The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
encodedKey - The public key that you can use with signed
URLs and signed cookies, or with field-level encryption.PublicKeyConfig.Builder comment(String comment)
A comment to describe the public key. The comment cannot be longer than 128 characters.
comment - A comment to describe the public key. The comment cannot be longer than 128 characters.Copyright © 2021. All rights reserved.