CopyableBuilder<UpdateClientCertificateRequest.Builder,UpdateClientCertificateRequest>
, SdkBuilder<UpdateClientCertificateRequest.Builder,UpdateClientCertificateRequest>
public static interface UpdateClientCertificateRequest.Builder extends CopyableBuilder<UpdateClientCertificateRequest.Builder,UpdateClientCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateClientCertificateRequest.Builder |
clientCertificateId(String clientCertificateId) |
The identifier of the ClientCertificate resource to be updated.
|
UpdateClientCertificateRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateClientCertificateRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
copy
apply, build
UpdateClientCertificateRequest.Builder clientCertificateId(String clientCertificateId)
The identifier of the ClientCertificate resource to be updated.
clientCertificateId
- The identifier of the ClientCertificate resource to be updated.UpdateClientCertificateRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateClientCertificateRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.