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.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.