public class PutConfigurationRecorderRequest extends AmazonWebServiceRequest implements Serializable
PutConfigurationRecorder operation
.
Creates a new configuration recorder to record the resource configurations.
You can use this action to change the role ( roleARN
) 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.
NOOP
Constructor and Description |
---|
PutConfigurationRecorderRequest() |
Modifier and Type | Method and Description |
---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.