ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the specified configuration recorder.
|
static ConfigurationRecorder.Builder |
ConfigurationRecorder.builder() |
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.name(String name) |
The name of the configuration recorder.
|
default ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingGroup(Consumer<RecordingGroup.Builder> recordingGroup) |
Specifies which resource types are in scope for the configuration recorder to record.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingGroup(RecordingGroup recordingGroup) |
Specifies which resource types are in scope for the configuration recorder to record.
|
default ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingMode(Consumer<RecordingMode.Builder> recordingMode) |
Specifies the default recording frequency for the configuration recorder.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingMode(RecordingMode recordingMode) |
Specifies the default recording frequency for the configuration recorder.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingScope(String recordingScope) |
Specifies whether the ConfigurationItems in scope for the specified configuration recorder are recorded for free (
INTERNAL) or if it impacts the costs to your bill ( PAID).
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.recordingScope(RecordingScope recordingScope) |
Specifies whether the ConfigurationItems in scope for the specified configuration recorder are recorded for free (
INTERNAL) or if it impacts the costs to your bill ( PAID).
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.roleARN(String roleARN) |
The Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the specified configuration
recorder.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.Builder.servicePrincipal(String servicePrincipal) |
For service-linked configuration recorders, specifies the linked Amazon Web Services service for the
configuration recorder.
|
ConfigurationRecorder.Builder |
ConfigurationRecorder.toBuilder() |
|