CopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>, SdkBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>public static interface GetApiKeyRequest.Builder extends CopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
| Modifier and Type | Method | 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. |
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.