public static interface DescribeConfigurationRecorderStatusResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<DescribeConfigurationRecorderStatusResponse.Builder,DescribeConfigurationRecorderStatusResponse>
Modifier and Type | Method and 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.
|
DescribeConfigurationRecorderStatusResponse.Builder |
configurationRecordersStatus(Consumer<ConfigurationRecorderStatus.Builder>... configurationRecordersStatus)
A list that contains status of the specified recorders.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
configurationRecordersStatus
- A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResponse.Builder configurationRecordersStatus(Consumer<ConfigurationRecorderStatus.Builder>... configurationRecordersStatus)
A list that contains status of the specified recorders.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #configurationRecordersStatus(List)
.configurationRecordersStatus
- a consumer that will call methods on List.Builder
#configurationRecordersStatus(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.