@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationRecorder extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
The name of the recorder.
|
RecordingGroup |
recordingGroup()
Specifies the types of AWS resource 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.
|
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 resource 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.