public static interface DeleteUsagePlanRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<DeleteUsagePlanRequest.Builder,DeleteUsagePlanRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUsagePlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteUsagePlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUsagePlanRequest.Builder |
usagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteUsagePlanRequest.Builder usagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
usagePlanId - The Id of the to-be-deleted usage plan.DeleteUsagePlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteUsagePlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.