public static interface CreateUsagePlanKeyRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>
Modifier and Type | Method and Description |
---|---|
CreateUsagePlanKeyRequest.Builder |
keyId(String keyId)
The identifier of a UsagePlanKey resource for a plan customer.
|
CreateUsagePlanKeyRequest.Builder |
keyType(String keyType)
The type of a UsagePlanKey resource for a plan customer.
|
CreateUsagePlanKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateUsagePlanKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateUsagePlanKeyRequest.Builder |
usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-created
UsagePlanKey resource representing a plan customer.
|
build
overrideConfiguration
copy
applyMutation, build
CreateUsagePlanKeyRequest.Builder usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
usagePlanId
- The Id of the UsagePlan resource representing the usage plan containing the to-be-created
UsagePlanKey resource representing a plan customer.CreateUsagePlanKeyRequest.Builder keyId(String keyId)
The identifier of a UsagePlanKey resource for a plan customer.
keyId
- The identifier of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.Builder keyType(String keyType)
The type of a UsagePlanKey resource for a plan customer.
keyType
- The type of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateUsagePlanKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.