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)
Add an optional request override configuration.
|
CreateHsmClientCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, 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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateHsmClientCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.