public static interface CreateLunaClientRequest.Builder extends CloudHsmRequest.Builder, SdkPojo, CopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLunaClientRequest.Builder |
certificate(String certificate)
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
|
CreateLunaClientRequest.Builder |
label(String label)
The label for the client.
|
CreateLunaClientRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateLunaClientRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateLunaClientRequest.Builder label(String label)
The label for the client.
label - The label for the client.CreateLunaClientRequest.Builder certificate(String certificate)
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
certificate - The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.CreateLunaClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateLunaClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.