public static interface DescribeConfigurationRecordersResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
Modifier and Type | Method and 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.
|
DescribeConfigurationRecordersResponse.Builder |
configurationRecorders(Consumer<ConfigurationRecorder.Builder>... configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
configurationRecorders
- A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.Builder configurationRecorders(Consumer<ConfigurationRecorder.Builder>... configurationRecorders)
A list that contains the descriptions of the specified configuration 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 #configurationRecorders(List)
.configurationRecorders
- a consumer that will call methods on List.Builder
#configurationRecorders(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.