CopyableBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>
, SdkBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>
public static interface DescribeConfigurationsResponse.Builder extends CopyableBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigurationsResponse.Builder |
configurations(Collection<Map<String,String>> configurations) |
A key in the response map.
|
DescribeConfigurationsResponse.Builder |
configurations(Map<String,String>... configurations) |
A key in the response map.
|
copy
apply, build
DescribeConfigurationsResponse.Builder configurations(Collection<Map<String,String>> configurations)
A key in the response map. The value is an array of data.
configurations
- A key in the response map. The value is an array of data.DescribeConfigurationsResponse.Builder configurations(Map<String,String>... configurations)
A key in the response map. The value is an array of data.
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
- A key in the response map. The value is an array of data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.