CopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
, SdkBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
public static interface CreateLunaClientRequest.Builder extends CopyableBuilder<CreateLunaClientRequest.Builder,CreateLunaClientRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateLunaClientRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.