public static interface PublicKey.Builder extends SdkPojo, CopyableBuilder<PublicKey.Builder,PublicKey>
| Modifier and Type | Method and Description |
|---|---|
PublicKey.Builder |
createdTime(Instant createdTime)
The date and time when the public key was uploaded.
|
PublicKey.Builder |
id(String id)
The identifier of the public key.
|
default PublicKey.Builder |
publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and
signed cookies, or with field-level encryption.
|
PublicKey.Builder |
publicKeyConfig(PublicKeyConfig publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and
signed cookies, or with field-level encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicKey.Builder id(String id)
The identifier of the public key.
id - The identifier of the public key.PublicKey.Builder createdTime(Instant createdTime)
The date and time when the public key was uploaded.
createdTime - The date and time when the public key was uploaded.PublicKey.Builder publicKeyConfig(PublicKeyConfig publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
publicKeyConfig - Configuration information about a public key that you can use with signed
URLs and signed cookies, or with field-level encryption.default PublicKey.Builder publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
This is a convenience that creates an instance of thePublicKeyConfig.Builder avoiding the need to
create one manually via PublicKeyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to publicKeyConfig(PublicKeyConfig).publicKeyConfig - a consumer that will call methods on PublicKeyConfig.BuilderpublicKeyConfig(PublicKeyConfig)Copyright © 2021. All rights reserved.