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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationRecordersResponse.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 method that creates an instance of theConfigurationRecorder.Builder avoiding the need to
create one manually via ConfigurationRecorder.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurationRecorders(List.
configurationRecorders - a consumer that will call methods on
ConfigurationRecorder.Builder#configurationRecorders(java.util.Collection) Copyright © 2023. All rights reserved.