public static interface GetApiKeyRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetApiKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApiKeyRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.