CopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
, SdkBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
public static interface DescribeConfigurationRecordersResponse.Builder extends CopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigurationRecordersResponse.Builder |
configurationRecorders(Collection<ConfigurationRecorder> configurationRecorders) |
A list that contains the descriptions of the specified configuration recorders.
|
DescribeConfigurationRecordersResponse.Builder |
configurationRecorders(ConfigurationRecorder... configurationRecorders) |
A list that contains the descriptions of the specified configuration recorders.
|
copy
apply, build
DescribeConfigurationRecordersResponse.Builder configurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.Builder configurationRecorders(ConfigurationRecorder... configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationRecorders(java.util.Collection)
or
#withConfigurationRecorders(java.util.Collection)
if you want to override the existing values.
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.