public static interface StopConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>
| Modifier and Type | Method and Description |
|---|---|
StopConfigurationRecorderRequest.Builder |
configurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
|
StopConfigurationRecorderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopConfigurationRecorderRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildStopConfigurationRecorderRequest.Builder configurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
configurationRecorderName - The name of the recorder object that records each configuration change made to the resources.StopConfigurationRecorderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StopConfigurationRecorderRequest.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.