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