public static interface DescribeConfigurationRecorderStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationRecorderStatusResponse.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 method that creates an instance of theConfigurationRecorderStatus.Builder avoiding the need to
create one manually via
ConfigurationRecorderStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurationRecordersStatus(List.
configurationRecordersStatus - a consumer that will call methods on
ConfigurationRecorderStatus.Builder#configurationRecordersStatus(java.util.Collection) Copyright © 2023. All rights reserved.