public static interface DescribeConfigurationRecorderStatusRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationRecorderStatusRequest.Builder |
configurationRecorderNames(Collection<String> configurationRecorderNames)
The name(s) of the configuration recorder.
|
DescribeConfigurationRecorderStatusRequest.Builder |
configurationRecorderNames(String... configurationRecorderNames)
The name(s) of the configuration recorder.
|
DescribeConfigurationRecorderStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeConfigurationRecorderStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeConfigurationRecorderStatusRequest.Builder configurationRecorderNames(Collection<String> configurationRecorderNames)
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
configurationRecorderNames - The name(s) of the configuration recorder. If the name is not specified, the action returns the
current status of all the configuration recorders associated with the account.DescribeConfigurationRecorderStatusRequest.Builder configurationRecorderNames(String... configurationRecorderNames)
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
configurationRecorderNames - The name(s) of the configuration recorder. If the name is not specified, the action returns the
current status of all the configuration recorders associated with the account.DescribeConfigurationRecorderStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeConfigurationRecorderStatusRequest.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.