public static interface CreateHsmClientCertificateRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHsmClientCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHsmClientCertificateRequest.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmClientCertificateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
CreateHsmClientCertificateRequest.Builder |
tags(Tag... tags)
A list of tag instances.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHsmClientCertificateRequest.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.
tags - A list of tag instances.CreateHsmClientCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
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) CreateHsmClientCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHsmClientCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.