CopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
, SdkBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
public static interface HsmClientCertificate.Builder extends CopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
Modifier and Type | Method | Description |
---|---|---|
HsmClientCertificate.Builder |
hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier) |
The identifier of the HSM client certificate.
|
HsmClientCertificate.Builder |
hsmClientCertificatePublicKey(String hsmClientCertificatePublicKey) |
The public key that the Amazon Redshift cluster will use to connect to the HSM.
|
HsmClientCertificate.Builder |
tags(Collection<Tag> tags) |
The list of tags for the HSM client certificate.
|
HsmClientCertificate.Builder |
tags(Tag... tags) |
The list of tags for the HSM client certificate.
|
copy
apply, build
HsmClientCertificate.Builder hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.HsmClientCertificate.Builder hsmClientCertificatePublicKey(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.
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.HsmClientCertificate.Builder tags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
tags
- The list of tags for the HSM client certificate.HsmClientCertificate.Builder tags(Tag... tags)
The list of tags for the HSM client certificate.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags for the HSM client certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.