CopyableBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
, SdkBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
public static interface DeleteUsagePlanKeyRequest.Builder extends CopyableBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteUsagePlanKeyRequest.Builder |
keyId(String keyId) |
The Id of the UsagePlanKey resource to be deleted.
|
DeleteUsagePlanKeyRequest.Builder |
usagePlanId(String usagePlanId) |
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.
|
copy
apply, build
DeleteUsagePlanKeyRequest.Builder usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
usagePlanId
- The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.DeleteUsagePlanKeyRequest.Builder keyId(String keyId)
The Id of the UsagePlanKey resource to be deleted.
keyId
- The Id of the UsagePlanKey resource to be deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.