CopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
, SdkBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
public static interface DescribeConfigurationRecorderStatusRequest.Builder extends CopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigurationRecorderStatusRequest.Builder |
configurationRecorderNames(String... configurationRecorderNames) |
The name(s) of the configuration recorder.
|
DescribeConfigurationRecorderStatusRequest.Builder |
configurationRecorderNames(Collection<String> configurationRecorderNames) |
The name(s) of the configuration recorder.
|
copy
apply, build
DescribeConfigurationRecorderStatusRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationRecorderNames(java.util.Collection)
or
#withConfigurationRecorderNames(java.util.Collection)
if you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.