public static interface PutConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, 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)
Add an optional request override configuration.
|
PutConfigurationRecorderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
PutConfigurationRecorderRequest.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 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.Builder
configurationRecorder(ConfigurationRecorder)
PutConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.