public static interface TrustedCertificatePublicKey.Builder extends SdkPojo, CopyableBuilder<TrustedCertificatePublicKey.Builder,TrustedCertificatePublicKey>
| Modifier and Type | Method and Description |
|---|---|
TrustedCertificatePublicKey.Builder |
certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the root public key certificate or certificate chain that signs the trusted public
key certificate import. |
default TrustedCertificatePublicKey.Builder |
keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
TrustedCertificatePublicKey.Builder |
keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
TrustedCertificatePublicKey.Builder |
publicKeyCertificate(String publicKeyCertificate)
Parameter information for trusted public key certificate import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustedCertificatePublicKey.Builder certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The KeyARN of the root public key certificate or certificate chain that signs the trusted public
key certificate import.
certificateAuthorityPublicKeyIdentifier - The KeyARN of the root public key certificate or certificate chain that signs the trusted
public key certificate import.TrustedCertificatePublicKey.Builder keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
keyAttributes - The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
This data is immutable after a trusted public key is imported.default TrustedCertificatePublicKey.Builder keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
This is a convenience method that creates an instance of theKeyAttributes.Builder avoiding the need
to create one manually via KeyAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyAttributes(KeyAttributes).
keyAttributes - a consumer that will call methods on KeyAttributes.BuilderkeyAttributes(KeyAttributes)TrustedCertificatePublicKey.Builder publicKeyCertificate(String publicKeyCertificate)
Parameter information for trusted public key certificate import.
publicKeyCertificate - Parameter information for trusted public key certificate import.Copyright © 2023. All rights reserved.