CopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
, SdkBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
public static interface UpdateUsageRequest.Builder extends CopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateUsageRequest.Builder |
keyId(String keyId) |
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the
remaining quota.
|
UpdateUsageRequest.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.
|
UpdateUsageRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsageRequest.Builder |
usagePlanId(String usagePlanId) |
The Id of the usage plan associated with the usage data.
|
copy
apply, build
UpdateUsageRequest.Builder usagePlanId(String usagePlanId)
The Id of the usage plan associated with the usage data.
usagePlanId
- The Id of the usage plan associated with the usage data.UpdateUsageRequest.Builder keyId(String keyId)
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
keyId
- The identifier of the API key associated with the usage plan in which a temporary extension is granted
to the remaining quota.UpdateUsageRequest.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.UpdateUsageRequest.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.