Class CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty>
- Enclosing interface:
CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty
@Stability(Stable)
public static final class CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputReferenceArn(String inputReferenceArn) manageResourcePolicies(Boolean manageResourcePolicies) manageResourcePolicies(IResolvable manageResourcePolicies)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputReferenceArn
@Stability(Stable) public CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder inputReferenceArn(String inputReferenceArn) Sets the value ofCfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.getInputReferenceArn()- Parameters:
inputReferenceArn- The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution . This parameter is required. Valid values are ID mapping workflow ARNs.- Returns:
this
-
manageResourcePolicies
@Stability(Stable) public CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder manageResourcePolicies(Boolean manageResourcePolicies) Sets the value ofCfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.getManageResourcePolicies()- Parameters:
manageResourcePolicies- WhenTRUE, AWS Clean Rooms manages permissions for the ID mapping table resource. This parameter is required. WhenFALSE, the resource owner manages permissions for the ID mapping table resource.- Returns:
this
-
manageResourcePolicies
@Stability(Stable) public CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder manageResourcePolicies(IResolvable manageResourcePolicies) Sets the value ofCfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.getManageResourcePolicies()- Parameters:
manageResourcePolicies- WhenTRUE, AWS Clean Rooms manages permissions for the ID mapping table resource. This parameter is required. WhenFALSE, the resource owner manages permissions for the ID mapping table resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty>- Returns:
- a new instance of
CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-