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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutConfigurationRecorderRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutConfigurationRecorderRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.