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