Interface IdMappingTableInputReferenceConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdMappingTableInputReferenceConfig.Builder,IdMappingTableInputReferenceConfig>, SdkBuilder<IdMappingTableInputReferenceConfig.Builder,IdMappingTableInputReferenceConfig>, SdkPojo
Enclosing class:
IdMappingTableInputReferenceConfig

public static interface IdMappingTableInputReferenceConfig.Builder extends SdkPojo, CopyableBuilder<IdMappingTableInputReferenceConfig.Builder,IdMappingTableInputReferenceConfig>
  • Method Details

    • inputReferenceArn

      IdMappingTableInputReferenceConfig.Builder inputReferenceArn(String inputReferenceArn)

      The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.

      Parameters:
      inputReferenceArn - The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manageResourcePolicies

      IdMappingTableInputReferenceConfig.Builder manageResourcePolicies(Boolean manageResourcePolicies)

      When TRUE, Clean Rooms manages permissions for the ID mapping table resource.

      When FALSE, the resource owner manages permissions for the ID mapping table resource.

      Parameters:
      manageResourcePolicies - When TRUE, Clean Rooms manages permissions for the ID mapping table resource.

      When FALSE, the resource owner manages permissions for the ID mapping table resource.

      Returns:
      Returns a reference to this object so that method calls can be chained together.