public static interface DeleteConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<DeleteConfigurationRecorderRequest.Builder,DeleteConfigurationRecorderRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationRecorderRequest.Builder |
configurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted.
|
DeleteConfigurationRecorderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteConfigurationRecorderRequest.Builder configurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted. You can retrieve the name of your configuration
recorder by using the DescribeConfigurationRecorders action.
configurationRecorderName - The name of the configuration recorder to be deleted. You can retrieve the name of your configuration
recorder by using the DescribeConfigurationRecorders action.DeleteConfigurationRecorderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.