Class ConfigurationRecorderReference.Builder
java.lang.Object
software.amazon.awscdk.services.config.ConfigurationRecorderReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationRecorderReference>
- Enclosing interface:
ConfigurationRecorderReference
@Stability(Stable)
public static final class ConfigurationRecorderReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationRecorderReference>
A builder for
ConfigurationRecorderReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.configurationRecorderId
(String configurationRecorderId) Sets the value ofConfigurationRecorderReference.getConfigurationRecorderId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationRecorderId
@Stability(Stable) public ConfigurationRecorderReference.Builder configurationRecorderId(String configurationRecorderId) Sets the value ofConfigurationRecorderReference.getConfigurationRecorderId()
- Parameters:
configurationRecorderId
- The Id of the ConfigurationRecorder resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ConfigurationRecorderReference>
- Returns:
- a new instance of
ConfigurationRecorderReference
- Throws:
NullPointerException
- if any required attribute was not provided
-