public static interface CreateHsmClientCertificateRequest.Builder extends RedshiftRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateHsmClientCertificateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 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) CreateHsmClientCertificateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateHsmClientCertificateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.