@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationRecorder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationRecorder.Builder,ConfigurationRecorder>
An object that represents the recording of configuration changes of an Amazon Web Services resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationRecorder.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRecorder.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the recorder.
|
RecordingGroup |
recordingGroup()
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
|
String |
roleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the
account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationRecorder.Builder> |
serializableBuilderClass() |
ConfigurationRecorder.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
public final String roleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.
While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.
While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.
public final RecordingGroup recordingGroup()
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
public ConfigurationRecorder.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigurationRecorder.Builder,ConfigurationRecorder>public static ConfigurationRecorder.Builder builder()
public static Class<? extends ConfigurationRecorder.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.