CopyableBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
, SdkBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
public static interface GetApiKeysResponse.Builder extends CopyableBuilder<GetApiKeysResponse.Builder,GetApiKeysResponse>
Modifier and Type | Method | Description |
---|---|---|
GetApiKeysResponse.Builder |
items(Collection<ApiKey> items) |
|
GetApiKeysResponse.Builder |
items(ApiKey... items) |
|
GetApiKeysResponse.Builder |
position(String position) |
|
GetApiKeysResponse.Builder |
warnings(String... warnings) |
A list of warning messages logged during the import of API keys when the
failOnWarnings option
is set to true. |
GetApiKeysResponse.Builder |
warnings(Collection<String> warnings) |
A list of warning messages logged during the import of API keys when the
failOnWarnings option
is set to true. |
copy
apply, build
GetApiKeysResponse.Builder warnings(Collection<String> warnings)
A list of warning messages logged during the import of API keys when the failOnWarnings
option
is set to true.
warnings
- A list of warning messages logged during the import of API keys when the failOnWarnings
option is set to true.GetApiKeysResponse.Builder warnings(String... warnings)
A list of warning messages logged during the import of API keys when the failOnWarnings
option
is set to true.
NOTE: This method appends the values to the existing list (if any). Use
#setWarnings(java.util.Collection)
or #withWarnings(java.util.Collection)
if you want to
override the existing values.
warnings
- A list of warning messages logged during the import of API keys when the failOnWarnings
option is set to true.GetApiKeysResponse.Builder position(String position)
position
- GetApiKeysResponse.Builder items(Collection<ApiKey> items)
GetApiKeysResponse.Builder items(ApiKey... items)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.