public static interface HsmClientCertificate.Builder extends 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.
|
copy
applyMutation, 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.
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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.