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()
Creates a shallow clone of this request.
|
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, 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()
public PutConfigurationRecorderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.