Class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty>
- Enclosing interface:
CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty
@Stability(Stable)
public static final class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.idMappingTableInputSource
(List<? extends Object> idMappingTableInputSource) idMappingTableInputSource
(IResolvable idMappingTableInputSource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idMappingTableInputSource
@Stability(Stable) public CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.Builder idMappingTableInputSource(IResolvable idMappingTableInputSource) Sets the value ofCfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.getIdMappingTableInputSource()
- Parameters:
idMappingTableInputSource
- The input source of the ID mapping table. This parameter is required.- Returns:
this
-
idMappingTableInputSource
@Stability(Stable) public CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.Builder idMappingTableInputSource(List<? extends Object> idMappingTableInputSource) Sets the value ofCfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty.getIdMappingTableInputSource()
- Parameters:
idMappingTableInputSource
- The input source of the ID mapping table. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty>
- Returns:
- a new instance of
CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-