public static interface ListConfigurationsResponse.Builder extends ApplicationDiscoveryResponse.Builder, CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
Modifier and Type | Method and 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.