ToCopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
HsmClientCertificate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HsmClientCertificate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
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.
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.