public static interface HsmClientCertificate.Builder extends SdkPojo, CopyableBuilder<HsmClientCertificate.Builder,HsmClientCertificate>
| Modifier and Type | Method and 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(Consumer<Tag.Builder>... tags)
The list of tags for the HSM client certificate.
|
HsmClientCertificate.Builder |
tags(Tag... tags)
The list of tags for the HSM client certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHsmClientCertificate.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.
tags - The list of tags for the HSM client certificate.HsmClientCertificate.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags for the HSM client certificate.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.