public static interface UpdateUsageRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
| Modifier and Type | Method and 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(Consumer<PatchOperation.Builder>... 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUsageRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateUsageRequest.Builder |
usagePlanId(String usagePlanId)
The Id of the usage plan associated with the usage data.
|
buildrequestOverrideConfigcopyapply, buildUpdateUsageRequest.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.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateUsageRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #patchOperations(List) .patchOperations - a consumer that will call methods on List.Builder #patchOperations(List) UpdateUsageRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateUsageRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.