CopyableBuilder<ImportApiKeysRequest.Builder,ImportApiKeysRequest>, SdkBuilder<ImportApiKeysRequest.Builder,ImportApiKeysRequest>public static interface ImportApiKeysRequest.Builder extends CopyableBuilder<ImportApiKeysRequest.Builder,ImportApiKeysRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ImportApiKeysRequest.Builder |
body(ByteBuffer body) |
The payload of the POST request to import API keys.
|
ImportApiKeysRequest.Builder |
failOnWarnings(Boolean failOnWarnings) |
A query parameter to indicate whether to rollback ApiKey importation (
true) or not (
false) when error is encountered. |
ImportApiKeysRequest.Builder |
format(String format) |
A query parameter to specify the input format to imported API keys.
|
ImportApiKeysRequest.Builder |
format(ApiKeysFormat format) |
A query parameter to specify the input format to imported API keys.
|
copyapply, buildImportApiKeysRequest.Builder body(ByteBuffer body)
The payload of the POST request to import API keys. For the payload format, see API Key File Format.
body - The payload of the POST request to import API keys. For the payload format, see API Key
File Format.ImportApiKeysRequest.Builder format(String format)
A query parameter to specify the input format to imported API keys. Currently, only the csv
format is supported.
format - A query parameter to specify the input format to imported API keys. Currently, only the
csv format is supported.ApiKeysFormatImportApiKeysRequest.Builder format(ApiKeysFormat format)
A query parameter to specify the input format to imported API keys. Currently, only the csv
format is supported.
format - A query parameter to specify the input format to imported API keys. Currently, only the
csv format is supported.ApiKeysFormatImportApiKeysRequest.Builder failOnWarnings(Boolean failOnWarnings)
A query parameter to indicate whether to rollback ApiKey importation (true) or not (
false) when error is encountered.
failOnWarnings - A query parameter to indicate whether to rollback ApiKey importation (true) or not
(false) when error is encountered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.