@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 String roleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
public RecordingGroup recordingGroup()
Specifies the types of AWS resources for which AWS Config records configuration changes.
public ConfigurationRecorder.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigurationRecorder.Builder,ConfigurationRecorder>
public static ConfigurationRecorder.Builder builder()
public static Class<? extends ConfigurationRecorder.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.