public static interface ConfigurationRecorder.Builder extends SdkPojo, CopyableBuilder<ConfigurationRecorder.Builder,ConfigurationRecorder>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationRecorder.Builder |
name(String name)
The name of the recorder.
|
default ConfigurationRecorder.Builder |
recordingGroup(Consumer<RecordingGroup.Builder> recordingGroup)
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
|
ConfigurationRecorder.Builder |
recordingGroup(RecordingGroup recordingGroup)
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
|
ConfigurationRecorder.Builder |
roleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with
the account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationRecorder.Builder name(String name)
The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
name - The name of the recorder. By default, Config automatically assigns the name "default" when creating
the configuration recorder. You cannot change the assigned name.ConfigurationRecorder.Builder roleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.
While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.
roleARN - Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources
associated with the account. While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.
ConfigurationRecorder.Builder recordingGroup(RecordingGroup recordingGroup)
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
recordingGroup - Specifies the types of Amazon Web Services resources for which Config records configuration changes.default ConfigurationRecorder.Builder recordingGroup(Consumer<RecordingGroup.Builder> recordingGroup)
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
This is a convenience method that creates an instance of theRecordingGroup.Builder avoiding the need
to create one manually via RecordingGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recordingGroup(RecordingGroup).
recordingGroup - a consumer that will call methods on RecordingGroup.BuilderrecordingGroup(RecordingGroup)Copyright © 2022. All rights reserved.