@Generated(value="software.amazon.awssdk:codegen") public final class HsmClientCertificate extends Object implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
static Class<? extends HsmClientCertificate.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The list of tags for the HSM client certificate.
|
HsmClientCertificate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 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.
public HsmClientCertificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
public static HsmClientCertificate.Builder builder()
public static Class<? extends HsmClientCertificate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.