Uses of Interface
software.amazon.awssdk.services.config.model.ConfigurationRecorder.Builder
-
Packages that use ConfigurationRecorder.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigurationRecorder.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigurationRecorder.Builder Modifier and Type Method Description static ConfigurationRecorder.BuilderConfigurationRecorder. builder()ConfigurationRecorder.BuilderConfigurationRecorder.Builder. name(String name)The name of the configuration recorder.default ConfigurationRecorder.BuilderConfigurationRecorder.Builder. recordingGroup(Consumer<RecordingGroup.Builder> recordingGroup)Specifies which resource types Config records for configuration changes.ConfigurationRecorder.BuilderConfigurationRecorder.Builder. recordingGroup(RecordingGroup recordingGroup)Specifies which resource types Config records for configuration changes.ConfigurationRecorder.BuilderConfigurationRecorder.Builder. roleARN(String roleARN)Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the configuration recorder.ConfigurationRecorder.BuilderConfigurationRecorder. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationRecorder.Builder Modifier and Type Method Description static Class<? extends ConfigurationRecorder.Builder>ConfigurationRecorder. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationRecorder.Builder Modifier and Type Method Description default PutConfigurationRecorderRequest.BuilderPutConfigurationRecorderRequest.Builder. configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder)An object for the configuration recorder to record configuration changes for specified resource types.
-