public static interface GetApiKeyRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
Modifier and Type | Method and Description |
---|---|
GetApiKeyRequest.Builder |
apiKey(String apiKey)
The identifier of the ApiKey resource.
|
GetApiKeyRequest.Builder |
includeValue(Boolean includeValue)
A boolean flag to specify whether (
true ) or not (false ) the result contains the key
value. |
GetApiKeyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetApiKeyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetApiKeyRequest.Builder apiKey(String apiKey)
The identifier of the ApiKey resource.
apiKey
- The identifier of the ApiKey resource.GetApiKeyRequest.Builder includeValue(Boolean includeValue)
A boolean flag to specify whether (true
) or not (false
) the result contains the key
value.
includeValue
- A boolean flag to specify whether (true
) or not (false
) the result contains
the key value.GetApiKeyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetApiKeyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.