@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 AWS 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 AWS resources for which AWS Config records configuration changes.
|
String |
roleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the AWS 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, AWS 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 AWS resources associated with the account.
public final RecordingGroup recordingGroup()
Specifies the types of AWS resources for which AWS 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 © 2021. All rights reserved.