| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRecorder.Builder |
ConfigurationRecorder.builder() |
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.name(String name)
The name of the recorder.
|
default ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingGroup(Consumer<RecordingGroup.Builder> recordingGroup)
Specifies the types of AWS resources for which AWS Config records configuration changes.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resources for which AWS Config records configuration changes.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.roleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigurationRecorder.Builder> |
ConfigurationRecorder.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutConfigurationRecorderRequest.Builder |
PutConfigurationRecorderRequest.Builder.configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.
|
Copyright © 2021. All rights reserved.