@Generated(value="software.amazon.awssdk:codegen") public final class HsmClientCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HsmClientCertificate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HsmClientCertificate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
hsmClientCertificateIdentifier()
The identifier of the HSM client certificate.
|
String |
hsmClientCertificatePublicKey()
The public key that the Amazon Redshift cluster will use to connect to the HSM.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HsmClientCertificate.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The list of tags for the HSM client certificate.
|
HsmClientCertificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String hsmClientCertificateIdentifier()
The identifier of the HSM client certificate.
public String hsmClientCertificatePublicKey()
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
public boolean hasTags()
public List<Tag> tags()
The list of tags for the HSM client certificate.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public HsmClientCertificate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>public static HsmClientCertificate.Builder builder()
public static Class<? extends HsmClientCertificate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.