public static interface UpdateClientCertificateRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateClientCertificateRequest.Builder,UpdateClientCertificateRequest>
| Modifier and Type | Method and 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.
|
UpdateClientCertificateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateClientCertificateRequest.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.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateClientCertificateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.