public class StartConfigurationRecorderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
StartConfigurationRecorder operation
.
Starts recording configurations of the AWS resources you have selected to record in your AWS account.
You must have created at least one delivery channel to successfully start the configuration recorder.
NOOP
Constructor and Description |
---|
StartConfigurationRecorderRequest() |
Modifier and Type | Method and Description |
---|---|
StartConfigurationRecorderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationRecorderName()
The name of the recorder object that records each configuration change
made to the resources.
|
int |
hashCode() |
void |
setConfigurationRecorderName(String configurationRecorderName)
The name of the 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.
|
StartConfigurationRecorderRequest |
withConfigurationRecorderName(String configurationRecorderName)
The name of the 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, withRequestMetricCollector
public String getConfigurationRecorderName()
Constraints:
Length: 1 - 256
public void setConfigurationRecorderName(String configurationRecorderName)
Constraints:
Length: 1 - 256
configurationRecorderName
- The name of the recorder object that records each configuration change
made to the resources.public StartConfigurationRecorderRequest withConfigurationRecorderName(String configurationRecorderName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
configurationRecorderName
- The name of the recorder object that records each configuration change
made to the resources.public String toString()
toString
in class Object
Object.toString()
public StartConfigurationRecorderRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.