CopyableBuilder<ModifyLunaClientRequest.Builder,ModifyLunaClientRequest>
, SdkBuilder<ModifyLunaClientRequest.Builder,ModifyLunaClientRequest>
public static interface ModifyLunaClientRequest.Builder extends CopyableBuilder<ModifyLunaClientRequest.Builder,ModifyLunaClientRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyLunaClientRequest.Builder |
certificate(String certificate) |
The new certificate for the client.
|
ModifyLunaClientRequest.Builder |
clientArn(String clientArn) |
The ARN of the client.
|
copy
apply, build
ModifyLunaClientRequest.Builder clientArn(String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.ModifyLunaClientRequest.Builder certificate(String certificate)
The new certificate for the client.
certificate
- The new certificate for the client.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.