public static interface PutConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationRecorderRequest.Builder,PutConfigurationRecorderRequest>
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationRecorderRequest.Builder |
configurationRecorder(ConfigurationRecorder configurationRecorder)
An object for the configuration recorder to record configuration changes for specified resource types.
|
default PutConfigurationRecorderRequest.Builder |
configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)
An object for the configuration recorder to record configuration changes for specified resource types.
|
PutConfigurationRecorderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationRecorderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutConfigurationRecorderRequest.Builder configurationRecorder(ConfigurationRecorder configurationRecorder)
An object for the configuration recorder to record configuration changes for specified resource types.
configurationRecorder - An object for the configuration recorder to record configuration changes for specified resource types.default PutConfigurationRecorderRequest.Builder configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)
An object for the configuration recorder to record configuration changes for specified resource types.
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 © 2023. All rights reserved.