CopyableBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>
, SdkBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>
public static interface ImportApiKeysResponse.Builder extends CopyableBuilder<ImportApiKeysResponse.Builder,ImportApiKeysResponse>
Modifier and Type | Method | Description |
---|---|---|
ImportApiKeysResponse.Builder |
ids(String... ids) |
A list of all the ApiKey identifiers.
|
ImportApiKeysResponse.Builder |
ids(Collection<String> ids) |
A list of all the ApiKey identifiers.
|
ImportApiKeysResponse.Builder |
warnings(String... warnings) |
A list of warning messages.
|
ImportApiKeysResponse.Builder |
warnings(Collection<String> warnings) |
A list of warning messages.
|
copy
apply, build
ImportApiKeysResponse.Builder ids(Collection<String> ids)
A list of all the ApiKey identifiers.
ids
- A list of all the ApiKey identifiers.ImportApiKeysResponse.Builder ids(String... ids)
A list of all the ApiKey identifiers.
NOTE: This method appends the values to the existing list (if any). Use
#setIds(java.util.Collection)
or #withIds(java.util.Collection)
if you want to override the
existing values.
ids
- A list of all the ApiKey identifiers.ImportApiKeysResponse.Builder warnings(Collection<String> warnings)
A list of warning messages.
warnings
- A list of warning messages.ImportApiKeysResponse.Builder warnings(String... warnings)
A list of warning messages.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.