CopyableBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>
, SdkBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>
public static interface CreateHsmClientCertificateRequest.Builder extends CopyableBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateHsmClientCertificateRequest.Builder |
hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier) |
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the
HSM to use the database encryption keys.
|
CreateHsmClientCertificateRequest.Builder |
tags(Collection<Tag> tags) |
A list of tag instances.
|
CreateHsmClientCertificateRequest.Builder |
tags(Tag... tags) |
A list of tag instances.
|
copy
apply, build
CreateHsmClientCertificateRequest.Builder hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
hsmClientCertificateIdentifier
- The identifier to be assigned to the new HSM client certificate that the cluster will use to connect
to the HSM to use the database encryption keys.CreateHsmClientCertificateRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.CreateHsmClientCertificateRequest.Builder tags(Tag... tags)
A list of tag instances.
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
- A list of tag instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.