CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
, SdkBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
public static interface ListConfigurationsResponse.Builder extends CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListConfigurationsResponse.Builder |
configurations(Collection<Map<String,String>> configurations) |
Returns configuration details, including the configuration ID, attribute names, and attribute values.
|
ListConfigurationsResponse.Builder |
configurations(Map<String,String>... configurations) |
Returns configuration details, including the configuration ID, attribute names, and attribute values.
|
ListConfigurationsResponse.Builder |
nextToken(String nextToken) |
Token to retrieve the next set of results.
|
copy
apply, build
ListConfigurationsResponse.Builder configurations(Collection<Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
configurations
- Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.Builder configurations(Map<String,String>... configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurations(java.util.Collection)
or #withConfigurations(java.util.Collection)
if you
want to override the existing values.
configurations
- Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.Builder nextToken(String nextToken)
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results
along with this token. Use this token in the next query to retrieve the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if your call to ListConfigurations returned
100 items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of
10 results along with this token. Use this token in the next query to retrieve the next set of 10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.