public static interface PutConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationRecorderRequest.Builder,PutConfigurationRecorderRequest>
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationRecorderRequest.Builder |
configurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.
|
default PutConfigurationRecorderRequest.Builder |
configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.
|
PutConfigurationRecorderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationRecorderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutConfigurationRecorderRequest.Builder configurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.
configurationRecorder - The configuration recorder object that records each configuration change made to the resources.default PutConfigurationRecorderRequest.Builder configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.
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 configurationRecorder(ConfigurationRecorder).
configurationRecorder - a consumer that will call methods on ConfigurationRecorder.BuilderconfigurationRecorder(ConfigurationRecorder)PutConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.