public class PutConfigurationRecorderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
PutConfigurationRecorder operation.
Creates a new configuration recorder to record the selected resource configurations.
You can use this action to change the role roleARN and/or
the recordingGroup of an existing recorder. To change the
role, call the action on the existing configuration recorder and
specify a role.
NOTE: Currently, you can specify only one configuration recorder per account. If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.
NOOP| Constructor and Description |
|---|
PutConfigurationRecorderRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationRecorderRequest |
clone() |
boolean |
equals(Object obj) |
ConfigurationRecorder |
getConfigurationRecorder()
The configuration recorder object that records each configuration
change made to the resources.
|
int |
hashCode() |
void |
setConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration
change made to the resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutConfigurationRecorderRequest |
withConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration
change made to the resources.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ConfigurationRecorder getConfigurationRecorder()
public void setConfigurationRecorder(ConfigurationRecorder configurationRecorder)
configurationRecorder - The configuration recorder object that records each configuration
change made to the resources.public PutConfigurationRecorderRequest withConfigurationRecorder(ConfigurationRecorder configurationRecorder)
Returns a reference to this object so that method calls can be chained together.
configurationRecorder - The configuration recorder object that records each configuration
change made to the resources.public String toString()
toString in class ObjectObject.toString()public PutConfigurationRecorderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.