public static interface DescribeConfigurationRecorderStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConfigurationRecorderStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeConfigurationRecorderStatusRequest.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.