@Generated(value="software.amazon.awssdk:codegen") public final class TrustedCertificatePublicKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedCertificatePublicKey.Builder,TrustedCertificatePublicKey>
Parameter information for trusted public key certificate import.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrustedCertificatePublicKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrustedCertificatePublicKey.Builder |
builder() |
String |
certificateAuthorityPublicKeyIdentifier()
The
KeyARN of the root public key certificate or certificate chain that signs the trusted public key
certificate import. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyAttributes |
keyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
String |
publicKeyCertificate()
Parameter information for trusted public key certificate import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrustedCertificatePublicKey.Builder> |
serializableBuilderClass() |
TrustedCertificatePublicKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String certificateAuthorityPublicKeyIdentifier()
The KeyARN of the root public key certificate or certificate chain that signs the trusted public key
certificate import.
KeyARN of the root public key certificate or certificate chain that signs the trusted
public key certificate import.public final 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.
public final String publicKeyCertificate()
Parameter information for trusted public key certificate import.
public TrustedCertificatePublicKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrustedCertificatePublicKey.Builder,TrustedCertificatePublicKey>public static TrustedCertificatePublicKey.Builder builder()
public static Class<? extends TrustedCertificatePublicKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.